[OpenWrt-Devel] rpcd memory leaks [Was: Re: OpenWrt 19.07 release schedule ?]

2019-10-18 Thread Petr Štetiar
Yousong Zhou [2019-10-19 12:11:08]: Hi, > > * rpcd leaks memory > > I will give this a try and see how many leaks I can uncover in the weekend. great! BTW that release blocking one might be already fixed, just guessing from this IRC discussion: < jow> Hauke: the leak in rpcd can be easily

Re: [OpenWrt-Devel] OpenWrt 19.07 release schedule ?

2019-10-18 Thread Yousong Zhou
On Thu, 17 Oct 2019 at 16:19, Jo-Philipp Wich wrote: > ... > > * rpcd leaks memory I will give this a try and see how many leaks I can uncover in the weekend. Regards, yousong ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH] libpcap: build with cmake

2019-10-18 Thread Yousong Zhou
On Sat, 19 Oct 2019 at 04:15, Rosen Penev wrote: ... > > + $(INSTALL_DIR) $(1)/usr/lib/pkgconfig > > + $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libpcap.pc > > $(1)/usr/lib/pkgconfig/ > I would check the generated pkgconfig file to see if the file paths > are correct. Example of

[OpenWrt-Devel] [PATCH v2] libpcap: build with cmake

2019-10-18 Thread Yousong Zhou
The main motivation is to drop and stop maintaining "100-debian_shared_lib.patch". It lacks the logic to include custom implementation of several functions like pcap_strlcpy() which can cause build failures when glibc is used [2] CAN and CAN-USB support related symbols are now handled by general

Re: [OpenWrt-Devel] [PATCH] libpcap: build with cmake

2019-10-18 Thread Rosen Penev
On Fri, Oct 18, 2019 at 6:08 AM Yousong Zhou wrote: > > CAN and CAN-USB support related symbols are now handled by general linux > support, see [1] > > InstallDev skips .a file and adds .pc pkgconfig file. > > "-ffunction-sections -fdata-sections" were removed as they not help much > for shared

Re: [OpenWrt-Devel] [PATCH] libpcap: build with cmake

2019-10-18 Thread Rosen Penev
On Fri, Oct 18, 2019 at 6:08 AM Yousong Zhou wrote: > > CAN and CAN-USB support related symbols are now handled by general linux > support, see [1] > > InstallDev skips .a file and adds .pc pkgconfig file. > > "-ffunction-sections -fdata-sections" were removed as they not help much > for shared

[OpenWrt-Devel] procd-ujail on initramfs pivot_root fails

2019-10-18 Thread Mehrtens, Hauke
Hi, We want to run some processes in the procd-ujail, this works when we use a SquashFS image and an overlay file system, but when we use an initramfs it does not work. We see the following error message: -- Fri Oct 18 16:31:51 2019 user.err : jail: pivot_root(/tmp/ujail-ngPNoo,

[OpenWrt-Devel] [PATCH] libpcap: build with cmake

2019-10-18 Thread Yousong Zhou
CAN and CAN-USB support related symbols are now handled by general linux support, see [1] InstallDev skips .a file and adds .pc pkgconfig file. "-ffunction-sections -fdata-sections" were removed as they not help much for shared libraries The change should also fix the issue that current build

Re: [OpenWrt-Devel] OpenWrt 19.07 release schedule ?

2019-10-18 Thread Jo-Philipp Wich
Hi, thanks Bjørn - this looks similar to a fix I had in mind. I'll give it some more thorough tries later. ~ Jo ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel