[tip:x86/urgent] x86, kaslr: export offset in VMCOREINFO ELF notes

2014-02-25 Thread tip-bot for Eugene Surovegin
Commit-ID: b6085a865762236bb84934161273cdac6dd11c2d Gitweb: http://git.kernel.org/tip/b6085a865762236bb84934161273cdac6dd11c2d Author: Eugene Surovegin AuthorDate: Thu, 23 Jan 2014 09:31:20 -0800 Committer: H. Peter Anvin CommitDate: Tue, 25 Feb 2014 16:57:47 -0800 x86, kaslr: export

Re: [PATCH 06/13] dev->priv to netdev_priv(dev), for drivers/net/ibm_emac

2007-08-03 Thread Eugene Surovegin
On Fri, Aug 03, 2007 at 07:34:19PM +0200, Yoann Padioleau wrote: > > Replacing accesses to dev->priv to netdev_priv(dev). The replacment > is safe when netdev_priv is used to access a private structure that is > right next to the net_device structure in memory. Cf > http://groups.google.com/group/

Re: [PATCH] missed s/u32/pm_message_t/ in arch/ppc/syslib/ocp.c

2005-09-05 Thread Eugene Surovegin
On Tue, Sep 06, 2005 at 03:27:33AM +0100, [EMAIL PROTECTED] wrote: > On Mon, Sep 05, 2005 at 07:15:35PM -0700, Eugene Surovegin wrote: > > > Identical fix is already in -mm > > Then it really should go upstream; obvious fixes like that are not > something that needs filt

Re: [PATCH] missed s/u32/pm_message_t/ in arch/ppc/syslib/ocp.c

2005-09-05 Thread Eugene Surovegin
On Tue, Sep 06, 2005 at 01:44:23AM +0100, [EMAIL PROTECTED] wrote: > Signed-off-by: Al Viro <[EMAIL PROTECTED]> > > diff -urN RC13-git5-mga/arch/ppc/syslib/ocp.c > RC13-git5-ppc44x-pm/arch/ppc/syslib/ocp.c > --- RC13-git5-mga/arch/ppc/syslib/ocp.c 2005-08-28 23:09:40.0 > -0400

Re: [PATCH 00/14] ppc32: Remove board ports that are no longer maintained

2005-07-27 Thread Eugene Surovegin
On Wed, Jul 27, 2005 at 12:13:23PM -0400, Michael Richardson wrote: > Kumar, I thought that we had some volunteers to take care of some of > those. I know that I still care about ep405, and I'm willing to maintain > the code. Well, it has been almost two months since Kumar asked about maintenance

Re: {PATCH] Fix IBM EMAC driver ioctl bug

2005-04-14 Thread Eugene Surovegin
On Thu, Apr 14, 2005 at 11:20:32AM -0700, Geoff Levand wrote: > Fix IBM EMAC driver ioctl bug. > > I found IBM EMAC driver bug. > So mii-tool command print wrong status. > > # mii-tool > eth0: 10 Mbit, half duplex, no link > eth1: 10 Mbit, half duplex, no link > > I can get correct status

Re: Strange memory problem with Linux booted from U-Boot

2005-03-29 Thread Eugene Surovegin
On Mon, Mar 28, 2005 at 07:57:52PM +0500, Ara Avanesyan wrote: > Hi, > > I need some help on solving this strange problem. > Here is what I have, > I have a loadable module (linux.2.4.20) which contains a 2 mb static gloabal > array. > When I load it from linux booted via U-Boot the system crashes

Re: [PATCH] ppc32: CPM2 PIC cleanup

2005-03-29 Thread Eugene Surovegin
On Tue, Mar 29, 2005 at 10:42:29AM -0600, Kumar Gala wrote: > Andrew, > > Cleaned up the CPM2 interrupt controller code: > * Added the ability to offset the IRQs > * Refactored common PIC init code out of platform files > * Fixed IRQ offsets on MPC85xx so it can handle properly handled multiple >