Re: all platforms: separate cpu_initclocks() from cpu_startclock()

2023-08-19 Thread Jonathan Matthew
On Sat, Aug 19, 2023 at 01:44:47PM -0500, Scott Cheloha wrote: > On Sun, Aug 13, 2023 at 01:48:21PM -0500, Scott Cheloha wrote: > > This is the next patch in the clock interrupt reorganization series. > > > > Before we continue breaking up the hardclock(9) we need to detour into > > the MD code. >

Re: [PATCH] Implement ext2 incompat feature 64-bit

2023-08-19 Thread Vladimir 'phcoder' Serbinenko
Le mer. 16 août 2023, 12:50, Stuart Henderson a écrit : > On 2023/08/15 18:16, Vladimir 'phcoder' Serbinenko wrote: > > Did I do something wrong and should send it to another list, CC someone > or > > did I do something stupid? 64-bit incompat feature is enabled on new > ext4's > > by default, at

Re: Have sysupgrade run fw_update -vv

2023-08-19 Thread Andrew Hewus Fresh
On Sun, Aug 13, 2023 at 04:42:49PM -0600, Theo de Raadt wrote: > Stuart Henderson wrote: > > > On 2023/08/13 11:44, Andrew Hewus Fresh wrote: > > > My laptop doesn't have the fastest wifi and sysupgrade already uses a > > > progress bar to show what it's doing, so I'd really like to provide more

Re: all platforms: separate cpu_initclocks() from cpu_startclock()

2023-08-19 Thread Scott Cheloha
On Sun, Aug 13, 2023 at 01:48:21PM -0500, Scott Cheloha wrote: > This is the next patch in the clock interrupt reorganization series. > > Before we continue breaking up the hardclock(9) we need to detour into > the MD code. > > This patch divides the "initialization" parts of cpu_initclocks() fro