Re: Use cases behind CIP story
Agustin Benito Bethencourt <agustin.benito@...>
Hi,
On 16/09/16 10:04, KOBAYASHI Yoshitake wrote: Hi all,You just open my appetite for knowing more. If possible, share here some info and I will be more than happy to help shaping the presentation to make an even bigger hit. Agree. There is another aspect that many do not consider when approaching the maintenance problem which is risk. We are very use to nowadays to evaluate maintenance costs. But maintenance might involve very high risks in certain environments and tackle them might require a heavy investment. This might heavily affect the maintenance policies. I am curious about how Toshiba face this topic for the power plan use case you are proposing. -- Agustin Benito Bethencourt Principal Consultant - FOSS at Codethink agustin.benito@codethink.co.uk
|
|
Re: Introduction
Daniel Sangorrin <daniel.sangorrin@...>
toggle quoted messageShow quoted text
-----Original Message-----Probably there are many different usecases. Sharing the requirements for each of them could be beneficial for limiting the scope of our work to things that matter the most. In the usecases I'm most familiar with, devices are working either standalone (no physical connection to the Internet) or behind client's security hardened (e.g. VPNs, firewalls..) gateways that we don't control. These devices are usually updated (in practice reinstalled) by hand after stopping the process they are controlling (which can't happen every day) and run tasks that need high predictability. For these usecases, we require software (e.g.: kernel, partitioned hypervisor, rootfs) that has been proved to be stable and reliable for a long-enough period of time, and will keep being supported as long as our clients require. Note that it's not only about making updates, but also about making new devices with software that is known to work reliably across the different companies in the CIP project. Cheers, Daniel Devices that directly connect to the internet (e.g.: gateways) definitelyYes, they are.And as Greg said at the time:Thanks, interesting article. need to be security hardened. However, I'm not sure about the level of security required for devices that are only indirectly connected (e.g.: behind the gateways). And I'm not sure if all security mechanisms are compatible with the predictability required by these systems. I believe embedded systems whereAbsolutely.
|
|
Re: Use cases behind CIP story
Yoshitake Kobayashi
Hi all,
On 2016/09/16 2:36, Agustin Benito Bethencourt wrote: Hi,I am planning to show a demo at ELC-E which explains a candidate use case of CIP. The demo will be a full power plant simulator and controller. In this demo, Linux runs on all controllers to control plant systems. The above demo is just an example. It might be better to provide some typical development and maintenance schedule/process to explain why CIP is important for civil infrastructure systems. Best regards, Yoshi
|
|
Re: Introduction
Yoshitake Kobayashi
Hi all,
toggle quoted messageShow quoted text
My name is Yoshitake Kobayashi. I am working for Toshiba. I've been working on operating system related topics for more than 20 years. Currently, I've been leading an embedded Linux team in Toshiba to provide Linux environments for our embedded products. For open source related projects, I represent Toshiba for three projects which include CIP, Debian-LTS [1] and Linux Foundation CE Linux project [2]. I've also made several presentations at Embedded Linux Conferences [3]. In retrospect, the most of my presentations relate to start CIP. For CIP, I am one of the founding member. So, CIP is really exciting and challenging project for us. I am looking forward to working with you. ---------------------------------------------------------------- [1] https://www.freexian.com/en/services/debian-lts.html [2] https://www.linuxfoundation.org/projects/core-embedded-linux [3] http://www.embeddedlinuxconference.com/ ---------------------------------------------------------------- Best regards, Yoshi
On 2016/09/15 17:30, Agustin Benito Bethencourt wrote:
Hi,
|
|
Re: Introduction
Paul Sherwood
On 2016-09-16 06:15, Daniel Sangorrin wrote:
I expect there are multiple usecases/scenarios and a one-size-fits-all approach may not be possible. But note that even with six month cycle and periodic patch releases, it seems to me you imply requirements thatGreg K-H, Ben Hutchings and others have contributed a huge amount toAs for the embedded systems I deal with, a 2-weeks release is definitely not a) updates are relatively easy, low effort, low risk b) updates may be required for the whole production lifetime of the target I've seen plenty of examples where the real-world LTSI BSP implementation has made the process of updating the kernel 'a nightmare'. And I've had lots of pushback from people insisting that no updates will be required 'after the first couple of years, when the bugs have been ironed out'. I'm not yet sure whether CIP usecases mostly involve devices which are connected to the internet or other third-party services. And I'm not sure whether security and integrity of the software over the longterm is expected to be a key concern or not. Yes, they are.And as Greg said at the time:Thanks, interesting article. I'm just suggesting that once we are working with a connected device containing more than tens of millions of lines of code, the principles we learned on self-contained device projects with tens or hundreds of thousands of lines, even if they have worked successfully for decades, may no longer apply. I believe embedded systems whereAbsolutely.
|
|
Re: Introduction
Daniel Sangorrin <daniel.sangorrin@...>
Hi Paul,
To introduce myself, I'm CEO at Codethink, but to the best of myAs for the embedded systems I deal with, a 2-weeks release is definitely not required. A 6 six months cycle, complemented with aperiodic patch releases for really *important* issues, would be good enough. Of course, different use cases may have different requirements so we will probably need to reach a consensus on that. And as Greg said at the time:Thanks, interesting article. " All of which makes perfect sense for traditional embedded projects." I just wanted to clarify that these 'traditional embedded projects' are actually in the scope of the CIP project. I believe embedded systems where continuous updates are hard to implement, should still benefit from other CIP activities (e.g. testing, RAS, real-time partitioning support or kernel self-protection). Best regards, Daniel
|
|
Re: Introduction
Jan Kiszka
Hi all,
my name is Jan Kiszka. I'm working for Siemens Corporate Technology on enabling and enhancing open source components for the use in our embedded products, and that primarily at lower levels like the kernel. On 2016-09-16 00:31, Ben Hutchings wrote: On Thu, 2016-09-15 at 17:17 +0100, Paul Sherwood wrote:Exactly. And while we are investing in extending long-term support with our SLTSI've been recommending the constant update route route to customersI agree it's possible to do rolling upgrades, but it's very dependent on versions, we have to improve regression testing as well to ensure the quality of those releases. But nothing prevents to use the results also for latest upstream versions. That can also contribute to making rolling updates more realistic in the future, I we should point this out whenever folks complain that SLTS would be against the upstream trend. Jan
|
|
Re: Introduction
Daniel Sangorrin <daniel.sangorrin@...>
Hi Agustín and all,
toggle quoted messageShow quoted text
-----Original Message-----Sure. I've been working for Toshiba Industrial ICT solutions for about 3 years and a half. That included customizing Linux kernels (mostly driver- and RT-related issues) and root filesystems [1] for a wide range of embedded systems; as well as doing research on real-time partitioning, security [2], fast boot, and software updates [3]. # I also have experience developing non-Linux real-time embedded systems # (e.g. RTOSes, drivers, real-time network protocols, or an ARM Trustzone monitor [4]) [1] http://events.linuxfoundation.org/sites/events/files/slides/LinuxConJapan2016_deby.pdf [2] https://lwn.net/Articles/673003/ [3] http://events.linuxfoundation.org/sites/events/files/slides/linuxcon-japan-2016-softwre-updates-sangorrin.pdf [4] https://www.toppers.jp/en/safeg.html My name is Agustín Benito Bethencourt. I represent Codethink at CIP.Yeah, I think so too! Regards, Daniel
|
|
Re: Introduction
Ben Hutchings <ben.hutchings@...>
On Thu, 2016-09-15 at 17:17 +0100, Paul Sherwood wrote:
[...] [Greg K-H wrote:] "But if we didn't provide an LTS, would companies constantly updateLinux does have a very good record of maintaining application binary compatibility, which should make it safe to upgrade. But every new release from Linus brings some or all of the following problems: - feature regressions - performance regressions - security regressions - increased resource consumption - removal of deprecated features - driver API churn Most of the regressions get fixed quickly, but some linger long after support for the previous stable branch has ended. So I don't think it's generally sensible to use the latest stable update in production, and that's why I care about longterm branches (and I don't know why Greg does). I've been recommending the constant update route route to customersI agree it's possible to do rolling upgrades, but it's very dependent on the capability and the will (1) to do regular regression testing on the target systems and (2) to address the regressions that are found without waiting for them to be fixed upstream. Where a performance regression or increased resource consumption stretches an existing system so that it no longer meets its requirements, this might not be practically possible. This also applies where non-upstream code is broken by upstream API changes, and that issue is not going away soon. Ben. -- Ben Hutchings Software Developer, Codethink Ltd.
|
|
Re: Use cases behind CIP story
Agustin Benito Bethencourt <agustin.benito@...>
Hi,
On 15/09/16 17:44, Paul Sherwood wrote: On 2016-09-15 16:23, Noriaki Fukuyasu wrote:If the use cases are so complex that requires a blog or authors want to use them internally for marketing/promo, then a blog would be probably the best option.I think this is an extremely helpful post.I'd personally prefer to see the discussion start on this list, rather Starting a blog is a big commitment over time though. I would start a little smaller using: * This mailing list, as Paul suggested. * CIP presentations at events. ** Slides and videos of our talks where the cases are described. Once we get more robust as project, we can create a blog. Meanwhile, we can post the outcome of our presentations and use this mailing list. I suggest to bring here (mailing list) a couple of cases and getting one of them into the ELCE or LinuxCon presentation, for instance, or something in this line. Best Regards -- Agustin Benito Bethencourt Principal Consultant - FOSS at Codethink agustin.benito@codethink.co.uk
|
|
Re: Introduction
Paul Sherwood
On 2016-09-15 17:17, Paul Sherwood wrote:
<snip> Just yesterday there was a very interesting post about backports andOops - I gave the wrong link: https://lwn.net/SubscriberLink/700530/7f1c21b0fd40489e/ "But if we didn't provide an LTS, would companies constantly update
|
|
Re: Introduction
Paul Sherwood
On 2016-09-15 09:30, Agustin Benito Bethencourt wrote:
To introduce myself, I'm CEO at Codethink, but to the best of my ability I'll be commenting here from a personal perspective, independent of Codethink's official involvement in CIP.Daniel, can you tell us a little about yourself?I'm now adding another part-time role as lead kernel maintainer for theWelcome to the CIP project. It's great to have such an experienced maintainer To start the ball rolling, I'm personally worried about how we are actually going to achieve super-long-term-support and am happy that we can discuss the issues in public. Greg K-H, Ben Hutchings and others have contributed a huge amount to Long Term Stable and followon initiatives in the community over the years. But when I first started exploring how things like LTS and LTSI can work for embedded and automotive in 2012/2013, I hit some fundamental questions, not least - how in practice can a complex embedded project consume a 'stable' kernel that's being released ** every couple of weeks ** with the words 'users of this series must upgrade'? I presented some work at an automotive GENIVI event in Oct 2013 [1] but the audience at that time literally refused to accept that the idea of whole-of-life updates. And as Greg said at the time: "The patches that apply for stuff after 2 years drops off dramatically, and the work involved in keeping stuff working and testing for problems increases greatly.” Just yesterday there was a very interesting post about backports and long term stable kernels on LWN [2]. Greg is quoted there considering: "But if we didn't provide an LTS, would companies constantly update their kernels to newer releases to keep up with the security and bugfixes? That goes against everything those managers/PMs have ever been used to in the past, yet it's actually the best thing they could do." I've been recommending the constant update route route to customers over the last few years, with some success, but many ecosystem members are extremely uncomfortable with the whole idea of aligning with mainline. I think this is broadly because as embedded engineers we've learned over many years that it's best to change the platform as little as possible. I wrote an article trying to challenge this traditional embedded thinking earlier this year [3] Would be very interested in others' thoughts on this. br Paul [1] http://www.devcurmudgeon.com/pdfs/mainline-lts-ltsi-genivi-20131025.pdf [2] https://lwn.net/SubscriberLink/700557/091f804480fab479/ [3] http://www.devcurmudgeon.com/technical-debt-for-whole-systems.html
|
|
Re: Use cases behind CIP story
Paul Sherwood
On 2016-09-15 16:23, Noriaki Fukuyasu wrote:
I think this is an extremely helpful post.I'd personally prefer to see the discussion start on this list, rather than blog posts, since that way people can question, comment and discuss. If people/companies are willing to contribute the stories, I would beI'd recommend that blog posts can distill from and summarise the list discussion. Then, we can talk about those stories at the events we areAgreed.
|
|
Re: Use cases behind CIP story
Noriaki Fukuyasu <fukuyasu@...>
Hi Agustin I think this is an extremely helpful post. Why don't we start bring the stories of "Linux in the civil infrastructures in the world" together, and start a series of blog posts at the CIP website? If people/companies are willing to contribute the stories, I would be more than happy to set up a blog section to the CIP web. I would be very interested in hearing & promoting the use cases regardless of members and non-members. Then, we can talk about those stories at the events we are participating in. regards Nori
On Thu, Sep 15, 2016 at 10:39 PM, Agustin Benito Bethencourt <agustin.benito@...> wrote: Hi, --
Noriaki Fukuyasu
The Linux Foundation Mail: fukuyasu@... Tel: +81-80-4350-1133 Twitter: nori_fukuyasu Facebook: linuxfoundationjp Please visit our web sites:
|
|
Use cases behind CIP story
Agustin Benito Bethencourt <agustin.benito@...>
Hi,
CIP is doing a significant effort to be present in many events to explain what are the motivations and goals of the group. The technical activity is about to start so there is very little to show and it will be the case for some time. What can we focus on the coming months from the communication point of view? I think there is a huge value in advertising the use cases that justify the commitment from companies like Toshiba, Hitachi and Siemens in CIP. Some of those use cases are completely unknown for a wide range of developers, even many of those who are "Open Source veterans". By exposing some of the challenges involved in those use cases CIP would not just provide a meaningful inside about our environment but also the opportunity to have a fruitful conversation with many of those engineers who might think that CIP idea of a Super Long Term Support kernel (system) is "anti-cultural". So I would like to encourage CIP main drivers to provide and advertise some of those unique use cases. I find them extremely interesting. I hope many others will too. Best Regards -- Agustin Benito Bethencourt Principal Consultant - FOSS at Codethink agustin.benito@codethink.co.uk
|
|
Re: Introduction
Noriaki Fukuyasu <fukuyasu@...>
Hi Ben Welcome on board! Thank you very much for joining the team. We are all very excited to have you at this project :) Hi all: My name is Noriaki (Nori) Fukuyasu. I work at The Linux Foundation. I am currently helping the CIP members to operate this project.. If anyone has any thoughts on CIP (in terms of the project operation) please let me know. Also if any company wish to support this project as a corporate member, please let me know. Thanks! Nori
On Wed, Sep 14, 2016 at 8:10 PM, Ben Hutchings <ben.hutchings@...> wrote: I've been asked to introduce myself to the list, before getting into --
Noriaki Fukuyasu
The Linux Foundation Mail: fukuyasu@... Tel: +81-80-4350-1133 Twitter: nori_fukuyasu Facebook: linuxfoundationjp Please visit our web sites:
|
|
Re: Introduction
Domenico Andreoli <domenico.andreoli@...>
Hi all,
On Thu, Sep 15, 2016 at 10:30:59AM +0200, Agustin Benito Bethencourt wrote: On 15/09/16 08:50, Daniel Sangorrin wrote:My name is Domenico Andreoli, I've been using Linux since 1995 andHi Ben,Daniel, can you tell us a little about yourself?I've been working on the Linux kernel for about 10 years, includingWelcome to the CIP project. It's great to have such an experienced maintainer actively contributed to Debian for about a decade. I've always worked with Linux, on Linux, for Linux, thanks to Linux, mainly in the embedded context but I learned that without the necessary shared values, Linux is not fun at all. Although I'm not really active nowdays, my FOSS imprinting imposes me to at least observe and keep me informed. So I'm here, just representing myself, with bags full of 2 cents. I am looking forward to find out how we are going to deal with thisYes, very exciting. Do we recognize that big irons and small IoT leaves are in the same need also here? Kind regards, Domenico -- 3B10 0CA1 8674 ACBA B4FE FCD2 CE5B CF17 9960 DE13
|
|
Re: Introduction
Agustin Benito Bethencourt <agustin.benito@...>
Hi,
On 15/09/16 08:50, Daniel Sangorrin wrote: Hi Ben,Daniel, can you tell us a little about yourself?I've been asked to introduce myself to the list, before getting intoWelcome to the CIP project. It's great to have such an experienced maintainer My name is Agustín Benito Bethencourt. I represent Codethink at CIP. I've managed teams-programs-projects for some years ago, the last in the open. I am looking forward to find out how we are going to deal with this outstanding challenge, keeping a Linux system alive and healthy for many years in mission critical environments. I think it is an exciting one. Best Regards Agustin -- Agustin Benito Bethencourt Principal Consultant - FOSS at Codethink agustin.benito@codethink.co.uk
|
|
Re: Introduction
Daniel Sangorrin <daniel.sangorrin@...>
Hi Ben,
I've been asked to introduce myself to the list, before getting intoWelcome to the CIP project. It's great to have such an experienced maintainer in the project. Looking forward to working with you too! Best regards, Daniel -- IoT Technology center Toshiba Corp. Industrial ICT solutions, Daniel SANGORRIN
|
|
Introduction
Ben Hutchings <ben.hutchings@...>
I've been asked to introduce myself to the list, before getting into
discussions. So here's a very brief summary. I've been working on the Linux kernel for about 10 years, including co-maintenance of Debian's kernel package for most of that time. Debian provides security support for each stable release for 5 years, and in support of that I backported many fixes to 2.6.32-longterm and took on maintenance of the 3.2-longterm and 3.16-longterm branches. I'm now adding another part-time role as lead kernel maintainer for the CIP. I look forward to working with you all to establish a project and process that can extend the support lifetime even further. Ben. -- Ben Hutchings Software Developer, Codethink Ltd.
|
|