BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//ELISA - ECPv6.15.17.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:ELISA
X-ORIGINAL-URL:https://elisa.tech
X-WR-CALDESC:Events for ELISA
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;VALUE=DATE:20220621
DTEND;VALUE=DATE:20220625
DTSTAMP:20260403T115038
CREATED:20220505T185248Z
LAST-MODIFIED:20220505T185248Z
UID:10000014-1655769600-1656115199@elisa.tech
SUMMARY:Embedded Linux Conference (Austin\, TX + Virtual)
DESCRIPTION:This year\, Open Source Summit North America is the premier event for open source developers\, technologists\, and community leaders to collaborate\, share information\, solve problems\, and gain knowledge\, furthering open source innovation and ensuring a sustainable open source ecosystem. It is the gathering place for open-source code and community contributors. Open Source Summit is a conference umbrella\, composed of a collection of events covering the most important technologies\, topics\, and issues affecting open source today – including Embedded Linux Conference and Critical Software Summit. \nTo register for the event for an in-person or virtual attendance\, click here on the main event site. \nThe ELISA Project will be represented in several sessions at the conference. \nOn Wednesday\, June 22:  \n1:45 -2:25 pm: Enabling Linux in Safety Applications (panel discussion) \nModerator: Jeffrey Osier-Mixon\, Red Hat (ELISA Ambassador) \nPanelists: Gabriele Paoloni\, Red Hat (ELISA board chair) Kate Stewart\, Linux Foundation (ELISA Executive Director) Paul Albertella\, CodeThink (Open Source Engineering Process) Elana Copperman\, Intel (Linux Features) Philipp Ahmann\, Bosch GmbH (Automotive) Milan Lakhani\, Codethink (Medical Devices)  \nMeeting business and safety objectives while building safety critical applications is a huge challenge for any industry\, particularly those who have not had previous experience with open source and Linux. ELISA’s charter is to help industries navigate technical and non-technical challenges in order to bring the benefits of open source to safety applications and help organizations provide the rigor needed for certification. This panel features ELISA working group leads who will share their vision of making Linux a prominent player for FuSa applications in several industries. Join us to learn more about the project and how you can contribute to the community’s overall success. Add this to your schedule here. \n1:45 – 2:25 pm: Finding the Path from Embedded to Edge using Product Lines \nSpeakers: Steffen Evers\, Bosch.IO & Philipp Ahmann\, Robert Bosch GmBH \nLinux is used for many embedded device classes today. However\, it is increasingly desirable to connect these devices with each other and with the cloud. Embedded container technology can be used to make this easier by merging server/cloud and embedded technologies. However\, it also leads to more challenges e.g. in respect to security\, safety\, traceability\, and SBOMs. Using Linux across multiple device classes and product lines\, and adding cloud technology\, causes the complexity and efforts to explode. \nIn this talk\, we describe how Bosch\, and others\, use embedded containers and “reference systems” to avoid redundant work and get a large number of embedded projects under control. \nA reference system is an adjustable compilation of tools along with a pre-configured bundle of packages for a common use case and defined set of devices. This reuse significantly reduces development and maintenance costs\, and speeds up the time to market. In this way\, reference systems can form the base for your product lines. \nBosch uses the in-house Debian-based embedded distribution “Apertis” as the basis for several reference systems\, e.g. for automotive infotainment systems. In doing so we push as many efforts as possible from individual projects into Apertis\, as the meta-layer. Thereby\, the users can focus more on the actual functionality and applications. e.g. one issue that we have addressed in the context of software management is the handling of GPLv3 in embedded devices. Another topic has been mainline support for kernel drivers. \nAdd this to your schedule here. \nOn Thursday\, June 23:  \n1:15-1:35 pm: Ask the Experts Session with Kate Stewart on SPDX\, Safety Critical Software & Embedded Systems \nSit down with open source experts to gain knowledge 1:1 and ask all your pressing questions! No sign-up necessary – just stop by! \n2:05-2:45 pm: BOF: SBOMs for Embedded Systems: What’s Working? What’s Not? \nWith the recent focus on improving Cybersecurity in IoT & Embedded\, the expectation that a Software Bill of Materials (SBOM) can be produced\, is becoming the norm. Having a clear understanding of the software running on an embedded system\, especially in safety critical applications\,  like medical devices\, energy infrastructure\, etc. has become essential.  Regulatory authorities have recognized this and are starting to expect it as a condition for engagement.  This BOF will provide an overview of the emerging regulatory landscape\, as well as examples of how SBOMs are already being generated today for embedded systems by open source projects such as Zephyr\, Yocto and others\,  followed by a discussion of the gaps folks are seeing in practice\, and ways we might tackle them. \n\n2:55-3:35 pm: Static Partitioning with Xen\, LinuxRT\, and Zephyr: A Concrete End-to-end Example – Stefano Stabellini\, AMD \n\n\nStatic partitioning enables multiple domains to run alongside each other with no interference. They could be running Linux\, an RTOS\, or another OS\, and all of them have direct access to different portions of the SoC. In the last five years\, the Xen community introduced several new features to make Xen-based static partitioning possible. Dom0less to start multiple static domains in parallel at boot\, and Cache Coloring to minimize cache interference effects are among them. Static inter-domain communications mechanisms were introduced this year\, while “ImageBuilder” has been making system-wide configurations easier. An easy-to-use complete solution is within our grasp. This talk will show the progress made on Xen static partitioning. The audience will learn to configure a realistic reference design with multiple partitions: a LinuxRT partition\, a Zephyr partition\, and a larger Linux partition. The presentation will show how to set up communication channels and direct hardware access for the domains. It will explain how to measure interrupt latency and use cache coloring to zero cache interference effects. The talk will include a live demo of the reference design. Add this to your schedule here.
URL:https://elisa.tech/event/embedded-linux-conference-austin-tx-virtual/
CATEGORIES:Industry Conference
ATTACH;FMTTYPE=image/png:https://elisa.tech/wp-content/uploads/sites/19/2022/05/Screen-Shot-2022-05-05-at-11.34.59-AM.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220616T100000
DTEND;TZID=America/Los_Angeles:20220616T110000
DTSTAMP:20260403T115038
CREATED:20220602T001653Z
LAST-MODIFIED:20220602T001653Z
UID:10000015-1655373600-1655377200@elisa.tech
SUMMARY:ELISA June Seminar: What is a page table and why should we care about it?
DESCRIPTION:Join us on Thursday\, June 16 at 10 – 11 am PT for the next ELISA Monthly Seminar.  Khalid Aziz\, Senior Software Engineer from Oracle\, will give a presentation titled\, “What is a page table and why should we care about it?”  \nZoom details: https://zoom.us/j/92556635496?pwd=eUtzdUxFdzdaK3IyL25KZmgyT3hUQT09 \nPhysical memory on a computer is a shared resource. Kernel allocates and reclaims this shared resource to ensure all workloads on a system have adequate resources to complete their tasks. Accurate management of physical memory assignment is required for fairness and data safety. This is the task of Memory Management subsystem in the Linux kernel. We will discuss how the Memory Management subsystem assigns and tracks physical memory\, how it ensures isolation between unrelated workloads and how it enables sharing of data in memory for workloads that need it. We will discuss the management overhead associated with isolation and dive deeper into  specific approaches on managing overhead for effective sharing. \n 
URL:https://elisa.tech/event/elisa-june-seminar-what-is-a-page-table-and-why-should-we-care-about-it/
CATEGORIES:ELISA Seminar Series
ATTACH;FMTTYPE=image/png:https://elisa.tech/wp-content/uploads/sites/19/2022/06/Screen-Shot-2022-06-01-at-5.06.46-PM.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20220512
DTEND;VALUE=DATE:20220513
DTSTAMP:20260403T115038
CREATED:20220505T183105Z
LAST-MODIFIED:20220505T183105Z
UID:10000011-1652313600-1652399999@elisa.tech
SUMMARY:Automotive Technologies Virtual Conference
DESCRIPTION:Produced by Embedded Computing Design\, the Automotive Technologies virtual conference on May 12 will cover five key areas related to the design of today’s and tomorrow’s automobiles. It will look at these topics in great technical detail\, cover the hardware\, software\, and everything in between. \n\nIn-Vehicle Infotainment (IVI)\, including Vehicle Networking and Connectivity\nAdvanced driver assistance systems (ADAS)\nHybrids\, Electric Vehicles\, and the Powertrain\nAutonomous Drive\nSafety and Security\n\nThe ELISA Project will be featured at the conference with a session led by Shuah Khan\, ELISA Chair of the Technical Steering Committee and Linux Fellow at The Linux Foundation\, and Philipp Ahmann\, Chair of the ELISA Automotive Working Group and Technical Business Development Manager at Bosch GmbH. The session titled\, “The Linux Foundation’s ELISA Project: Enabling Linux for Safety in Automotive Applications\,” will be available on demand on Thursday\, May 12 at 9 am EDT. \nRegister for the event at the main event site here.
URL:https://elisa.tech/event/automotive-technologies-virtual-conference/
CATEGORIES:Industry Conference
ATTACH;FMTTYPE=image/png:https://elisa.tech/wp-content/uploads/sites/19/2022/05/Screen-Shot-2022-05-05-at-11.08.00-AM.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20220413
DTEND;VALUE=DATE:20220414
DTSTAMP:20260403T115038
CREATED:20220406T152517Z
LAST-MODIFIED:20220406T152517Z
UID:10000010-1649808000-1649894399@elisa.tech
SUMMARY:AGL Tech Day! (Virtual)
DESCRIPTION:Automotive Grade Linux (AGL) is hosting its annual AGL Tech Day on April 13\, 2022 at 3 -6 pm JST/8-11 am CEST/11 pm – 2 am PST. AGL Tech Day! is a one-day event\, bringing together the AGL community to discuss the most recent technology updates and connect with other community members. It is an invitation-only event for member companies of The Automotive Grade Linux Foundation and invited guests. \nKate Stewart\, VP of Dependable Embedded Systems at The Linux Foundation\, and Philipp Ahmann\, technical business development manager at Robert Bosch GmbH and ELISA Project ambassador and TSC member\, will be at AGL Tech Day to present ELISA Project updates\, specifically progress from the Automotive Working Group. \nLearn more about event by clicking here on the main event website: https://events.linuxfoundation.org/agl-linux-tech-day/program/schedule/. \n  \nhttps://events.linuxfoundation.org/agl-linux-tech-day/
URL:https://elisa.tech/event/agl-tech-day-virtual/
CATEGORIES:Industry Conference
ATTACH;FMTTYPE=image/png:https://elisa.tech/wp-content/uploads/sites/19/2022/04/Screen-Shot-2022-04-06-at-8.09.38-AM.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20220405
DTEND;VALUE=DATE:20220408
DTSTAMP:20260403T115038
CREATED:20220302T235341Z
LAST-MODIFIED:20220302T235341Z
UID:10000008-1649116800-1649375999@elisa.tech
SUMMARY:ELISA Spring Workshop (Virtual)
DESCRIPTION:Join us virtually on April 5-7\, for the ELISA Spring Workshop. The ELISA technical community will gather  to continue advancing on topics and work relevant to functional safety and Linux applications. The event is free but registration is required. Register today here: https://events.linuxfoundation.org/elisa-workshop-spring/register/. \nThe ELISA Workshop series is focused on the exchange of ideas and feedback from the Linux kernel and Safety communities\, as productive collaboration to make tangible progress toward achieving the mission and goals of the ELISA Project.  The workshops also provide an informative overview for new and interested community members. \nLearn more about the workshop at the main event website here: https://events.linuxfoundation.org/elisa-workshop-spring/. \n 
URL:https://elisa.tech/event/elisa-spring-workshop-virtual/
CATEGORIES:Workshop
ATTACH;FMTTYPE=image/png:https://elisa.tech/wp-content/uploads/sites/19/2022/02/ELISA-Workshop-2022_graphics_sched-icon.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220316T100000
DTEND;TZID=America/Los_Angeles:20220316T110000
DTSTAMP:20260403T115038
CREATED:20220307T225013Z
LAST-MODIFIED:20220307T225013Z
UID:10000009-1647424800-1647428400@elisa.tech
SUMMARY:ELISA March Seminar: Real-time Linux Analysis Toolset
DESCRIPTION:On Wednesday\, March 16 at 10-11 am PT\, the ELISA Project will host a seminar focused on the Real-time Linux Analysis Toolset. ELISA community member Daniel Bristot De Oliveira\, Senior Principal Software Engineering at Red Hat\, will present the tools provided by rtla. \nNo registration is needed. See below for the dial-in details. \n \nMarch Seminar Description: \nFrom 5.17\, Linux includes a new tool named rtla\, which stands for Real-time\nLinux Analysis. The rtla is a meta-tool that consists of a set of commands that\naims to analyze the real-time properties of Linux. But instead of testing Linux\nas a black box\, rtla leverages kernel tracing capabilities to provide precise\ninformation about the properties and root causes of unexpected results. \nIn this talk\, Daniel will present two tools provided by rtla. The timerlat tool\nused to measure IRQ and thread latency for interrupt-driven applications\n(important for the PREEMPT_RT kernel)\, and the osnoise tool used to evaluate the\nability of Linux to isolate\, from the scheduling perspective\, a workload from\nthe interferences from the rest of the system. The presentation also includes\nexamples of using the tool to find the root cause of unexpected latencies and\nhow to collect extra tracing information directly from the tool. \nDial-in details:\nClick here: https://zoom.us/j/97352810790?pwd=QzJPVEliaVZjMnRBaUJOQnIvRW16QT09\nMeeting ID: 973 5281 0790\nPasscode: 119310 \n 
URL:https://elisa.tech/event/elisa-march-seminar-real-time-linux-analysis-toolset/
CATEGORIES:ELISA Seminar Series
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20211214
DTEND;VALUE=DATE:20211216
DTSTAMP:20260403T115038
CREATED:20211029T162435Z
LAST-MODIFIED:20211029T162435Z
UID:10000005-1639440000-1639612799@elisa.tech
SUMMARY:Open Source Summit/Automotive Linux Summit Japan
DESCRIPTION:Open Source Summit Japan 2021 is now a Virtual Experience\, happening December 14-15 on the Japan Standard Time Zone (UTC+09:00). All times for the ELISA related events have been updated to reflect the Pacific Time Zone.  \nAs with past virtual experiences\, know that we are taking thoughtful actions to create an immersive digital experience that provides you with interactive content and collaboration experiences. You will have the ability to network with other attendees\, attend presentations with live Q&A\, interact with sponsors real-time\, and much more – all virtually\, from anywhere. To register for the event\, visit the main conference page: https://events.linuxfoundation.org/open-source-summit-japan/register/. \nELISA will be represented at the conference in the following presentations: \nMonday\, December 13 at 5:20-5:40 pm PST: Keynote Presentation \nSpeaker: Kate Stewart\, Vice President of Dependable Embedded Systems at The Linux Foundation  \nAdd this to your schedule here. \nTuesday\, December 14 at 6-6:50 pm PST: A Path to Automotive Safety Certification for Open Source?  \nSpeaker: Paul Sherwood\, Chairman of Codethink Limited \nWith the rise of connected and autonomous vehicles\, the key requirement for automotive software systems focuses on safety and security. The need to ensure certification against ISO 26262 and similar safety regulations has been one of the main barriers to choosing AGL for advanced driver assistance systems (ADAS)\, automated driving\, and safety-critical components. Codethink has been working on a process-driven certification model\, allowing practitioners to make credible assertions about the safety of the construction and maintenance of software consumed from open source repositories\, in collaboration with ELISA and Exida. This talk will describe the foundation of the certification model\, demonstrate the application of the model to construct a system capable of hosting a significant portion of the AGL software distribution\, and discuss the implications of this for organizations seeking to consume AGL in a safety-critical context. Add this to your schedule here. \nTuesday\, December 14 at 10:30 – 11:20 pm PST: Functional Safety certification methodology for Red Hat In Vehicle OS  \nSpeaker: Gabriele Paoloni\, Red Hat \nSo far no vendor was able to Functional Safety certify a complex Linux based OS. Red Hat takes this challenge seriously. Join us in the conversation where Red Hat will share its plan and vision to leverage the strength of open source and community development model to solve this problem. Add this to your schedule here. \nTuesday\, December 14 at 11:30 pm – 12:20 am PST on Wednesday\, December 15: FuSA BoF – Community Efforts in Automotive Linux Functional Safety  \nSpeakers: Jeffrey Osier-Mixon & Gabriele Paolini\, Red Hat \nThis BOF is an informal discussion and a chance to connect with people working toward functional safety certification efforts in an automotive context. It follows on Gabriele’s presentation on Red Hat’s proposed methodology for certification against ISO 26262. The goal is to advance certification for Linux in automotive\, beyond IVI\, and to chart a path for FuSa certification in other contexts. Work is being done in ELISA to develop methodologies for certification in a number of contexts. Your voice is welcome at this BoF and also within ELISA – we hope you join us. Add this to your schedule here. \nRegistration costs US $50. To register or to see the complete schedule\, please visit the main conference page here. \n  \n  \n 
URL:https://elisa.tech/event/open-source-summit-automotive-linux-summit-japan/
CATEGORIES:Industry Conference
ATTACH;FMTTYPE=image/png:https://elisa.tech/wp-content/uploads/sites/19/2021/10/Screen-Shot-2021-10-29-at-9.19.38-AM-1.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20211203
DTEND;VALUE=DATE:20211205
DTSTAMP:20260403T115038
CREATED:20211105T175328Z
LAST-MODIFIED:20211105T175328Z
UID:10000007-1638489600-1638662399@elisa.tech
SUMMARY:OLF (Ohio LinuxFest)
DESCRIPTION:OLF (formerly known as Ohio LinuxFest)\, which will take place at the Hyatt Regency Columbus on December 3 and 4\, is a grassroots conference for the GNU/Linux/Open Source Software/Free Software community that started in 2003 as a large inter-LUG (Linux User Group) meeting and has grown steadily since. It is a place for the community to gather and share information about Linux and Open Source Software. \nKate Stewart\, Vice President of Dependable Embedded Systems\, will be on-site to give a keynote titled “Hobbyist Code Goes to Mars.” \nThirty years ago\, Linus Torvalds announced the start of what would become the Linux kernel\, and later explained some of his thinking in a book – “Just for fun: The Story of an Accidental Revolutionary” .   Linux has since evolved to be one of the most important open source projects in history for embedded applications.   Along similar lines\, OpenEmbedded started off as a hobbyist project targeting handhelds\, and evolved into the Yocto Project which is behind the scenes all around us.    Both projects are part of the open source software stack that Ingenuity is running on Mars today.   They illustrate the need for embedded applications to focus on getting things right – bugs are a lot harder to fix on Mars than they are on your desktop here on earth.  Incorporating software engineering best practices that have been learned since the early Apollo space mission is the next big challenge for all of us interested in creating safety critical embedded systems based on open source that we can all depend on\,  on this planet\, and others! \nRegister for the conference here or see the complete schedule on the main event website here.
URL:https://elisa.tech/event/olf-ohio-linuxfest/
CATEGORIES:Industry Conference
ATTACH;FMTTYPE=image/png:https://elisa.tech/wp-content/uploads/sites/19/2021/11/Screen-Shot-2021-11-05-at-10.52.33-AM.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20211108
DTEND;VALUE=DATE:20211111
DTSTAMP:20260403T115038
CREATED:20211029T184357Z
LAST-MODIFIED:20211029T184357Z
UID:10000006-1636329600-1636588799@elisa.tech
SUMMARY:ELISA Workshop
DESCRIPTION:Join the ELISA technical community on November 8-10 to continue advancing on topics and work relevant to functional safety and Linux applications. The ELISA Workshop series is focused on the exchange of ideas and feedback from the Linux kernel and Safety communities\, as productive collaboration to make tangible progress toward achieving the mission and goals of the ELISA Project.  The workshops also provide an informative overview for new and interested community members. \nThe event is free to attend. Register and check out the schedule here: https://events.linuxfoundation.org/elisa-workshop/.
URL:https://elisa.tech/event/elisa-workshop-2/
CATEGORIES:Workshop
ATTACH;FMTTYPE=image/png:https://elisa.tech/wp-content/uploads/sites/19/2021/10/Screen-Shot-2021-04-21-at-2.45.01-PM.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20210929
DTEND;VALUE=DATE:20211002
DTSTAMP:20260403T115038
CREATED:20210825T190455Z
LAST-MODIFIED:20210825T190455Z
UID:10000004-1632873600-1633132799@elisa.tech
SUMMARY:Linux Security Summit (Seattle\, Washington + Virtual)
DESCRIPTION:The Linux Foundation is hosting its Linux Security Summit on September 29 – October 1 in Seattle\, Washington\, as well as virtually. This is a technical forum for collaboration between Linux developers\, researchers\, and end users. Its primary aim is to foster community efforts in analyzing and solving Linux security challenges. \nElana Copperman\, an ELISA Project Ambassador and System Safety Architect at Mobileye (part of Intel)\, will be giving a presentation titled “Where do Security and Safety Meet?” on Thursday\, September 30 at 11:05-11:50 am PDT.  \nSystem security and safety have common goals\, yet often follow divergent development paths. We are taking a look at the Linux kernel configuration features\, many of which were originally designed for security\, which can be used to enable safety critical applications. In this talk\, we will give an overview of our recent work researching existing kernel features important to enable safety critical applications. The kernel configurations are mapped onto Common Weakness Enumerations\, but more significantly we demonstrate how they are specifically relevant to support basic safety features such as kernel memory or avoiding race conditions. The work is in the context of ELISA (https://elisa.tech)\, striving to promote the acceptance of Linux in industries such as avionics\, medical devices\, and automotive\, for which safety is an essential requirement. Our goal is to discuss our work with the Linux kernel developers engaged in the Linux Self-Protection Project and others interested in this area. Add this to your schedule here. \nThis year’s event will be held in a hybrid format.  Registrants can choose to attend in-person in Seattle or virtually. To learn more or to register\, visit the main event website.
URL:https://elisa.tech/event/linux-security-summit/
CATEGORIES:Industry Conference
ATTACH;FMTTYPE=image/png:https://elisa.tech/wp-content/uploads/sites/19/2021/08/Screen-Shot-2021-08-25-at-11.55.48-AM.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20210927
DTEND;VALUE=DATE:20211001
DTSTAMP:20260403T115038
CREATED:20210730T234930Z
LAST-MODIFIED:20210730T234930Z
UID:10000003-1632700800-1633046399@elisa.tech
SUMMARY:Embedded Linux Conference (Seattle\, Washington + Virtual)
DESCRIPTION:Embedded Linux Conference will be held on-site in Seattle\, Washington as well as virtually on September 27-30. It is the leading conference for developers\, architects and other technologists – as well as open source community and industry leaders – to collaborate\, share information\, learn about the latest technologies and gain a competitive advantage by using innovative open solutions. To learn more about the event\, which is co-located with Open Source Summit\, or to register\, visit the main event website. \nELISA will be represented at the event in a few sessions including: \nSeptember 27 at 3:50 – 4:40 pm (PDT): How has Covid-19 Impacted the kernel Development over the Last Year? – Daniel German\, University of Victoria & Kate Stewart\, The Linux Foundation \nUsing the version control history of Linux\, is there evidence that covid-19 has impacted the kernel development process during the last year? In this presentation we will discuss the trends of growth in the source code and contributors (including maintainers) of Linux over the last year and how they were different from the trends reported in the Linux Kernel History Report 2020 report. Add this to your schedule here. \nSeptember 28 at 11 – 11:50 am (PDT): A Maintainable\, Scalable\, and Verifiable SW Qualification Approach for Automotive in Linux – Daniel Bristot de Oliveira & Gabriele Paoloni\, Red Hat  \nOver the last years\, many discussions took place in Linux Foundation’s ELISA working groups (elisa.tech) about possible approaches to qualify Linux for safety-critical systems. To achieve this goal\, an architectural description of the Linux kernel is required. The challenge though is to find the adequate granularity for description: It must be precise enough to support safety analyses\, but it cannot be too fine-grained to the point of being unmanageable. A promising approach is to leverage the ISO26262-6 and ISO26262-8 together\, in a hierarchical incremental approach. Optimizing the amount of produced documentation and collaterals. In this session\, the foundations of this approach will be presented. It will be discussed why this approach is suitable for safety application as well as out-of-context using assuming safety requirements and why it provides natural scalability across different use-cases. Finally\, considerations will be made with respect to available tools and mechanisms already implemented or proposed in Linux that can significantly help with the above-mentioned approach. Including a detailed discussion about how to cross verify\, and monitor\, the documentation and the kernel using the Runtime Verification subsystem ( https://lwn.net/Articles/857862/). Add this to your schedule here. \nSeptember 29 at 9:45 – 9:55 am: Keynote – Kate Stewart\, The Linux Foundation \nTo register or learn more about the event\, visit the Embedded Linux Conference website. \n 
URL:https://elisa.tech/event/embedded-linux-conference-seattle-washington-virtual/
ATTACH;FMTTYPE=image/png:https://elisa.tech/wp-content/uploads/sites/19/2021/07/Screen-Shot-2021-07-20-at-7.43.05-AM.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20210721
DTEND;VALUE=DATE:20210722
DTSTAMP:20260403T115038
CREATED:20210708T201846Z
LAST-MODIFIED:20210708T201846Z
UID:10000002-1626825600-1626911999@elisa.tech
SUMMARY:RISC-V FORUM (Embedded Technologies)
DESCRIPTION:RISC-V Forum Embedded Technologies\, which will be hosted virtually on July 21 (China Standard Time)\, bring together experts for 3 hours of deep-dive presentations\, hands-on learning\, and networking with technical enthusiasts in the RISC-V ecosystem. \nItai Yarom\, VP of Sales & Marketing at MIPS\, is giving a presentation focused on the ELISA Project titled\, “Automotive Linux for RISC-V.” With the time difference\, look for this session on Tuesday\, July 20 at 5:25-5:45 pm PDT. \nELISA (Enabling Linux in Safety Applications) is an organization that includes Automotive companies like BMW\, Toyota\, Suzuki\, just to name few of the companies. The goal of ELISA is to enable the usage of Linux in safety critical applications\, like Advanced Driver Assistance Systems (ADAS) and Autonomous Vehicles (AV). Last year\, the ELISA forum have reported on the first usage of Linux in the automotive critical [1]. RISC-V as being an open source ISA is a great candidate for future automotive platform\, and therefore ELISA have started to work on RISC-V support. In this talk\, we will present the ELISA and the method that have been used to enable open-source SW (like Linux) to achieve safety certification (based on ISO 26262)\, and discuss the RISC-V timeline for Automotive Linux support. Reference: 1. https://www.mobileye.com/blog/mobileye-leads-the-industry-in-embracing-linux-for-safety-related-applications/ \nLearn more about the event or register for free here: https://events.linuxfoundation.org/riscv-forum-embedded-technologies/.
URL:https://elisa.tech/event/risc-v-forum-embedded-technologies/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210518T080000
DTEND;TZID=America/Los_Angeles:20210520T170000
DTSTAMP:20260403T115038
CREATED:20210427T133911Z
LAST-MODIFIED:20210427T133911Z
UID:10000001-1621324800-1621530000@elisa.tech
SUMMARY:ELISA Workshop
DESCRIPTION:May 18-20\, 2021\nVirtual Experience\nOnce again the ELISA technical community will gather virtually to continue advancing on topics and work relevant to functional safety and  linux applications. The ELISA Workshop series is focused on the exchange of ideas and feedback from the Linux kernel and Safety communities\, as productive collaboration to make tangible progress toward achieving the mission and goals of the ELISA Project.  The workshops also provide an informative overview for new and interested community members.
URL:https://elisa.tech/event/elisa-workshop/
END:VEVENT
END:VCALENDAR