Re: [PATCH] volume_id: add LittleFS detection

2018-01-19 Thread Denys Vlasenko
applied, thanks On Thu, Jan 18, 2018 at 12:30 PM, Sven-Göran Bergh wrote: > Add support for LittleFS to blkid. Not included if FEATURE_BLKID_TYPE > is not selected (neither UUID nor label). > > LittleFS is a small fail-safe filesystem designed for embedded > systems. It has strong copy-on-write g

Re: ASH: why ash_ptr_to_globals_misc is declared as const pointer

2018-01-19 Thread Mike Frysinger
On 18 Jan 2018 13:48, Yunlian Jiang wrote: >I tried to build busybox with clang and use it to create recovery image > for ChromeOS. > It fails to recover an arm based ChromeBook. is it that busybox is crashing ? is clang/lld placing this pointer in const memory (even though we have section(".

Re: [PATCH v2] - Add support for link without MAC (like PPPoE/PPPoA)

2018-01-19 Thread Denys Vlasenko
On Thu, Jan 18, 2018 at 5:08 PM, 蔡崴丞 wrote: > Since d6_read_interface relies on AF_PACKET (only exists when mac address > exists) for getting ifindex, dhcpc6 can't get ifindex on link without mac > address (like PPPoE.) > This patch fallbacks to ioctl SIOCGIFINDEX call for getting ifindex. > Also,

Re: adding lineno implementation

2018-01-19 Thread Denys Vlasenko
On Tue, Jan 16, 2018 at 9:28 AM, daggs wrote: > Greetings Denys, > >> Sent: Monday, January 15, 2018 at 1:16 PM >> From: "Denys Vlasenko" >> To: daggs >> Cc: busybox >> Subject: Re: adding lineno implementation >> >> On Mon, Jan 15, 2018 at 10:52 AM, daggs wrote: >> > Greetings, >> > >> > I'm