Unikraft
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Help
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    --- title: "Community Gathering, October 21, 2022" tags: unikraft, community datetime: 2022-07-15T15:00:00+02:00 location: Online, Discord (https://bit.ly/UnikraftDiscord), the `#monkey-business` voice channel teams: - community participants: - Felipe - Simon - Adina - RăzvanV - RăzvanD - Cezar - Delia - Sergiu - Hugo - ȘtefanJ - Marc - Maria --- ## :dart: Agenda - Community events summary (past, present) - Community work groups (+ meetings, + projects) - PR walkthrough of release items: https://github.com/orgs/unikraft/projects/24/views/29 - Others ## :closed_book: Discussions ### Events Romania community meeting (October 14-16, 2022): fun and productive. We will organize one yearly. Andrei Mutu is preparing a blog post. Munich hackathon this weekend (October 22-23, 2022). 60 participats, with great involvement from the organizers. Will be back with pictures and we will have a blog post. We want to have a healthy frequence of blog posts. Andrei Mutu is working on creating a list of technical posts. We plan a hackathon with Karlruhe in January-March 2023, likely tied to another event. FOSDEM'23 will take place in early February 2023. We will lead a devroom: "Microkernels and Component-based OS". We will advertise FOSDEM to have talks submitted. Last year we had 3 talks at FOSDEM'22. It was online, this year it will be live. We plan a hackathon in Manchester next year. Another one is scheduled in Israel, in June 2023. We are also targeting Amsterdam and Athens as possible hackathon locations. And we're thinking of a hackathon in the United States. ### Musl SK: There are updates on Unikraft: 4 connected PRs that I submitted (with updates from Robert): https://github.com/unikraft/unikraft/pulls Dragoș and Răzvan are reviewing them. SK: There are Musl-related PRs: https://github.com/unikraft/lib-musl Musl will become the standard libc for Unikraft. newlib will be of low-priority. I will reply to the issues encountered by the testing team. Florin is working on libc tests (exported from Musl): https://github.com/unikraft/lib-libc-test `pthread-embedded` will probably be dropped completely. We don't have the CI/CD system at the level we want. Low priority for `pthread-embedded`. If it's simple: https://github.com/unikraft/lib-pthread-embedded/pulls If someone is really dedicated, they could port `pthread-embedded` on top of the new scheduling API. HL: How will this work? Should it be deprecated? SK: We'll keep it for compatibility with older versions of Unikraft. HL: Update the README for `pthread-embedded` to make it clear it's not supported in future Unikraft versions. ### PR Preview SK: The `posix-mmap` PR to be updated for ARM (Robert, Michalis could do it). This PR (https://github.com/unikraft/unikraft/pull/602) is due to the use of `printf` when TLS is not initialized. The proper fix is to add a basic `uk_print_...` function. SK: Musl + binarycomp are the critical parts of release 0.11. ## :wrench: TODOs and Decisions all: Merge in `staging-muslpreview`. TODO: Update README of `pthread-embedded` to state it clearly doesn't work. AJ: Kick-off the CI/CD bot for PR merging: - https://github.com/unikraft/lib-python3/pull/5 - https://github.com/unikraft/lib-nginx/pull/9 - https://github.com/unikraft/unikraft/pull/559 - https://github.com/unikraft/unikraft/pull/519 AJ: Reply on this PR regarding krafkit updates: https://github.com/unikraft/app-sqlite/pull/4 MS: Review https://github.com/unikraft/app-redis/pull/10 RD: Find assignee: - https://github.com/unikraft/app-redis/pull/10 - https://github.com/unikraft/lib-newlib/pull/24 - https://github.com/unikraft/lib-redis/pull/4 - https://github.com/unikraft/lib-openssl/pull/2 - https://github.com/unikraft/lib-fatfs/pull/1 - https://github.com/unikraft/lib-mimalloc/pull/3 - https://github.com/unikraft/lib-libsodium/pull/6 - https://github.com/unikraft/lib-lwip/pull/2 - https://github.com/unikraft/lib-omniorb/pull/1 - https://github.com/unikraft/lib-omniorbpy/pull/1] RD: Review: https://github.com/unikraft/lib-libsodium/pull/6 RD: Talk to MP: https://github.com/unikraft/lib-libsodium/pull/4 MS: Review: https://github.com/unikraft/lib-newlib/pull/21 RD: Approve: https://github.com/unikraft/lib-newlib/pull/21 SM: Review: https://github.com/unikraft/lib-newlib/pull/24 SJ: Review: https://github.com/unikraft/lib-newlib/pull/17 RD: Approve: https://github.com/unikraft/lib-newlib/pull/17 EV/RV/RK/CC: Review Musl PRs: https://github.com/unikraft/lib-musl/pulls RK/MP: Review + Approve: https://github.com/unikraft/lib-musl/pull/14 MR: Approve: https://github.com/unikraft/lib-newlib/pull/24 Add Sergio as reviewer: https://github.com/unikraft/unikraft/pull/603 FP: Update: https://github.com/unikraft/unikraft/pull/602 MR + SK: Review + approve: https://github.com/unikraft/unikraft/pull/602 SK: Comment on the issue: https://github.com/unikraft/unikraft/issues/605 AJ/RD: https://github.com/unikraft/unikraft/pull/599 RD: Approve: https://github.com/unikraft/unikraft/pull/560 RD: Approve: https://github.com/unikraft/unikraft/pull/555 RD: Reply: https://github.com/unikraft/unikraft/pull/554 SK: Approve: https://github.com/unikraft/unikraft/pull/553 VB: Review: https://github.com/unikraft/unikraft/pull/553 RD: Talk to Huang Hu about adding a function declaration of `uk_syscall_r_dup2`: https://github.com/unikraft/unikraft/pull/552 AJ: Approve: https://github.com/unikraft/unikraft/pull/551 RD: Review: https://github.com/unikraft/unikraft/pull/546 (use `__nonnull`) RD+SK: https://github.com/unikraft/unikraft/pull/540 RD: Approve: https://github.com/unikraft/unikraft/pull/534 SM: Review: https://github.com/unikraft/unikraft/pull/531 SK: Approve: https://github.com/unikraft/unikraft/pull/510 (low priority) RV: Does this make it 0.11? https://github.com/unikraft/unikraft/pull/471 (talk to Robert, Michalis) RD: low-priority: https://github.com/unikraft/unikraft/pull/464 SK: Comment that uksignal will be reimplemeted: https://github.com/unikraft/unikraft/pull/464 RD: Rview: https://github.com/unikraft/unikraft/pull/463 SK: Review + approve: https://github.com/unikraft/unikraft/pull/460 MP: Update: https://github.com/unikraft/unikraft/pull/458 MR: Appove: https://github.com/unikraft/unikraft/pull/450 MP: Provide update: https://github.com/unikraft/unikraft/pull/443 MP: Fix according to feedback: https://github.com/unikraft/unikraft/pull/439

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully