Re: [uml-devel] feature-removal-schedule entry from 2009

2012-07-17 Thread Richard Weinberger
Am Tue, 17 Jul 2012 17:29:46 -0400 schrieb Theodore Ts'o : > On Tue, Jul 17, 2012 at 12:19:38PM -0500, Rob Landley wrote: > > That should be over on _this_ list then... > > > > (Discussion of IRQF_SAMPLE_RANDOM removal.) > > I took a closer look at the arch/um code, and it wasn't as hard as I >

Re: [uml-devel] feature-removal-schedule entry from 2009

2012-07-17 Thread Theodore Ts'o
On Tue, Jul 17, 2012 at 12:19:38PM -0500, Rob Landley wrote: > That should be over on _this_ list then... > > (Discussion of IRQF_SAMPLE_RANDOM removal.) I took a closer look at the arch/um code, and it wasn't as hard as I thought. I have a proposed set of patches to completely remove IRQF_SAMPL

Re: [uml-devel] feature-removal-schedule entry from 2009

2012-07-17 Thread Rob Landley
That should be over on _this_ list then... (Discussion of IRQF_SAMPLE_RANDOM removal.) On 07/16/2012 10:21 AM, Theodore Ts'o wrote: > On Sun, Jul 15, 2012 at 03:41:53PM -0500, Rob Landley wrote: >> Does it become a "please add a call to sample_interrupt_randomness()" >> reminder, or will the infr

Re: [uml-devel] [PATCH net-next 0/8] etherdevice: Rename random_ether_addr to eth_random_addr

2012-07-17 Thread David Miller
From: Joe Perches Date: Thu, 12 Jul 2012 22:33:04 -0700 > net-next commit ad7eee98be ("etherdevice: introduce eth_broadcast_addr") > added a new style API. Rename random_ether_addr to eth_random_addr to > create some API symmetry. Series applied, thanks Joe. ---