GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by Christian Brauner ?? (brauner@mastodon.social)

  1. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Friday, 24-Jul-2026 15:45:53 JST Christian Brauner ?? Christian Brauner ??

    [1/5] One thing I keep coming back to is how rewarding and challenging it is to feel responsible for a wide variety of design decisions. That's a generic statement and applies to being a maintainer of any software project. Sure, some are bigger in scope like the Linux kernel or systemd.
    Some projects have a much more visible exposure than others and we only get to know of the ones with less fame or notoriety when things break in ways we never imagined.

    In conversation about a month ago from mastodon.social permalink
  2. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Friday, 24-Jul-2026 15:45:52 JST Christian Brauner ?? Christian Brauner ??
    in reply to

    [4/5] I'm not really complaining. I'm just noticing that I'm aware of this responsibility and I try to live up to it as much as I can. But the human condition is failure and regression to the mean. Bug fixes are hard to do but easy to justify most of the time. For other developers they are also clear signals of value and work that someone put in. Features are another thing. They get the fame, they get the flame, and the blame.

    In conversation about a month ago from mastodon.social permalink
  3. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Friday, 24-Jul-2026 15:45:52 JST Christian Brauner ?? Christian Brauner ??
    in reply to

    [3/5] And the feedback is immediate and relentless exarcabeted by all fun "hacker websites" where people can harp on about things they're not really deeply involved in.

    In conversation about a month ago from gnusocial.jp permalink
  4. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Friday, 24-Jul-2026 15:45:52 JST Christian Brauner ?? Christian Brauner ??
    in reply to

    [2/5] Behind all these projects often is a small set of people that take decisions on how something works, looks like, feels, the "handiness" of the tool if you will. Getting to do that is a great pleasure and rewarding yet it's also fscking scary because you're the one who is on the hook when things break or don't live up to the expection of everyone.

    In conversation about a month ago from mastodon.social permalink
  5. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Friday, 24-Jul-2026 15:45:51 JST Christian Brauner ?? Christian Brauner ??
    in reply to

    [5/5] I love this work, I enjoy the responsibility, but if it would be less public I would probably miss it but I would also enjoy it.

    In conversation about a month ago from gnusocial.jp permalink
  6. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Thursday, 16-Jul-2026 09:39:11 JST Christian Brauner ?? Christian Brauner ??
    • K. Ryabitsev ????
    • Carlos O'Donell

    I've started working on some glibc patches and while doing that I realized that glibc uses lore for their mailing list as well. And I'm super happy that b4 review tui that @monsieuricon built, works for glibc as well. That's really nice and gives me a unified review/tracking experience. Something that @codonell might also find useful.

    In conversation about a month ago from mastodon.social permalink
  7. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Friday, 22-May-2026 01:37:50 JST Christian Brauner ?? Christian Brauner ??
    • Jann Horn

    The real tragedy about the ptrace bug is that @jann pointed to the exact exploit primitive in a 2020 patch series where he implemented the architecturally sound fix: keep the mm alive until the task is reaped.

    But it neither got reviewed nor merged. Let's try and change that:

    https://lore.kernel.org/20201016024019.1882062-1-jannh@google.com/

    In conversation about 3 months ago from mastodon.social permalink
  8. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Friday, 22-May-2026 01:16:27 JST Christian Brauner ?? Christian Brauner ??
    in reply to
    • Jann Horn

    @jann Yeah, GitHub is aweful. I really love b4 review tui. Kernel review is now better than GitHub review tbh.

    In conversation about 3 months ago from mastodon.social permalink
  9. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Tuesday, 03-Mar-2026 09:56:06 JST Christian Brauner ?? Christian Brauner ??
    • Lennart Poettering

    RE: https://mastodon.social/@daandemeyer/116144059697098766

    I love that me ranting to @pid_eins about "I don't want to mount unprivileged images in the kernel so my idea is to do it in userspace relying on the new mount API through a daemon in systemd please come to LSFMM with me" turned out exactly as envisioned. And all in less than two years.

    In conversation about 6 months ago from mastodon.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      daandemeyer (@daandemeyer@mastodon.social)
      from daandemeyer
      @pid_eins started his series again so let me add an entry. In v260, I've added support for delegating UID ranges to containers from nsresourced and mountfsd. This allows nested containers to acquire their own UID ranges from nsresourced without needing to set up /etc/subuid inside the container. You can also easily enter a user namespace now with the foreign UID range mapped in to create container rootfs trees for use with transient UID ranges from nsresourced. #systemd260 #systemd
  10. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Friday, 27-Feb-2026 06:01:43 JST Christian Brauner ?? Christian Brauner ??

    RE: https://mastodon.social/@brauner/116071424787849407

    I took it one step further and implemented both CLONE_AUTOREAP (now for non-pidfd as well) and CLONE_PIDFD_AUTOKILL (requires no new privileges for the child now):

    https://patch.msgid.link/20260223-work-pidfs-autoreap-v4-0-e393c08c09d1@kernel.org

    In conversation about 6 months ago from mastodon.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Christian Brauner 🦊🐺 (@brauner@mastodon.social)
      from Christian Brauner 🦊🐺
      I took some time to finally hack up CLONE_AUTOREAP with pidfds. A much requested feature (e.g., see [1] and [2]). Current state of the branch is in [3]. [1]: https://github.com/uapi-group/kernel-features/issues/45 [2]: https://github.com/kata-containers/kata-containers/issues/12489 [3]: https://github.com/brauner/linux/commits/work.pidfs.autoreap/ #kernel #linux #pidfd
  11. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Friday, 27-Feb-2026 03:29:45 JST Christian Brauner ?? Christian Brauner ??

    RE: https://mastodon.social/@brauner/115871045863565861

    So I've just been looking at the sponsorship page for LSFMM and you all need to go out and steal some of that AI funding money for one of the conferences that makes the compute for all the fanciness possible! Like right now, please.

    In conversation about 6 months ago from mastodon.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Christian Brauner 🦊🐺 (@brauner@mastodon.social)
      from Christian Brauner 🦊🐺
      I just sent out the CfP for LSF/MM/BPF 2026 in Zagreb, Croatia: https://lore.kernel.org/20260110-lsfmm-2026-cfp-ae970765d60e@brauner This year's committee is: Javier González (Storage) Martin K. Petersen (Storage) Christian Brauner (Filesystems) Amir Goldstein (Filesystems) Jan Kara (Filesystems) Vlastimil Babka (MM) Matthew Wilcox (MM) Daniel Borkmann (BPF) Martin KaFai Lau (BPF) Send us your proposals!
  12. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Friday, 27-Feb-2026 03:28:29 JST Christian Brauner ?? Christian Brauner ??

    RE: https://mastodon.social/@brauner/115871045863565861

    The first and largest round of invites for the (V)FS track has been sent:

    https://lore.kernel.org/all/20260225-aufeinander-kummervoll-1953a06beae9@brauner/

    This includes everyone who would need a VISA. The next round will be smaller.

    In conversation about 6 months ago from mastodon.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Christian Brauner 🦊🐺 (@brauner@mastodon.social)
      from Christian Brauner 🦊🐺
      I just sent out the CfP for LSF/MM/BPF 2026 in Zagreb, Croatia: https://lore.kernel.org/20260110-lsfmm-2026-cfp-ae970765d60e@brauner This year's committee is: Javier González (Storage) Martin K. Petersen (Storage) Christian Brauner (Filesystems) Amir Goldstein (Filesystems) Jan Kara (Filesystems) Vlastimil Babka (MM) Matthew Wilcox (MM) Daniel Borkmann (BPF) Martin KaFai Lau (BPF) Send us your proposals!
  13. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Friday, 13-Feb-2026 18:19:31 JST Christian Brauner ?? Christian Brauner ??

    The video of my talk in the FOSDEM Kernel Devroom about new work in the filesystem layer has been published:

    https://video.fosdem.org/2026/ua2114/B9JPLG-vfs_news.av1.webm

    In conversation about 6 months ago from mastodon.social permalink
  14. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Thursday, 29-Jan-2026 03:33:27 JST Christian Brauner ?? Christian Brauner ??
    • Lennart Poettering

    My role in upstream maintenance for the Linux Kernel will continue as it always has. The same goes for @pid_eins involvement in systemd. We take our upstream responsibility very seriously and always have.

    In conversation about 7 months ago from mastodon.social permalink
  15. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Saturday, 24-Jan-2026 09:03:36 JST Christian Brauner ?? Christian Brauner ??

    I just sent out the CfP for LSF/MM/BPF 2026 in Zagreb, Croatia:

    https://lore.kernel.org/20260110-lsfmm-2026-cfp-ae970765d60e@brauner

    This year's committee is:

    Javier González (Storage)
    Martin K. Petersen (Storage)
    Christian Brauner (Filesystems)
    Amir Goldstein (Filesystems)
    Jan Kara (Filesystems)
    Vlastimil Babka (MM)
    Matthew Wilcox (MM)
    Daniel Borkmann (BPF)
    Martin KaFai Lau (BPF)

    Send us your proposals!

    In conversation about 7 months ago from mastodon.social permalink
  16. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Wednesday, 14-Jan-2026 12:41:26 JST Christian Brauner ?? Christian Brauner ??

    RE: https://mastodon.social/@brauner/115871045863565861

    Be sure to request an invite to #lsfmmbpf 2026 in Zagreb, Croatia!

    In conversation about 7 months ago from mastodon.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Christian Brauner 🦊🐺 (@brauner@mastodon.social)
      from Christian Brauner 🦊🐺
      I just sent out the CfP for LSF/MM/BPF 2026 in Zagreb, Croatia: https://lore.kernel.org/20260110-lsfmm-2026-cfp-ae970765d60e@brauner This year's committee is: Javier González (Storage) Martin K. Petersen (Storage) Christian Brauner (Filesystems) Amir Goldstein (Filesystems) Jan Kara (Filesystems) Vlastimil Babka (MM) Matthew Wilcox (MM) Daniel Borkmann (BPF) Martin KaFai Lau (BPF) Send us your proposals!
  17. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Saturday, 20-Dec-2025 18:44:37 JST Christian Brauner ?? Christian Brauner ??

    The #uapigroup hosts two brand new specifications at https://uapi-group.org/specifications

    The VMClock specification comes from Amazon AWS and defines an efficient guest clock synchronization mechanism:
    https://uapi-group.org/specifications/specs/vmclock/

    The VMGenID specification defines a notification mechanism whenever a VM is cloned/copied so userspace and kernel can take appropriate action (e.g., changing machine ID or updating random seeds):
    https://uapi-group.org/specifications/specs/vmgenid/

    The #uapigroup is very happy to serve as a home for these specs.

    In conversation about 8 months ago from mastodon.social permalink

    Attachments




  18. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Saturday, 13-Dec-2025 13:05:07 JST Christian Brauner ?? Christian Brauner ??

    The website for #LSFMM 2026 is up:
    https://events.linuxfoundation.org/lsfmmbpf

    LSFMM 2026 will take place in Zagreb, Croatia May 4 to May 6.

    I have the privilege of acting as chair for this year and I'm very excited for one of the best conferences out there.

    In conversation about 8 months ago from mastodon.social permalink

    Attachments


  19. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Saturday, 06-Sep-2025 08:23:29 JST Christian Brauner ?? Christian Brauner ??
    • Jens Axboe

    So PSA we are now not allowed to add Link: tags anymore unless they add information that is not in the commit message. @axboe has the receipts.

    It's ok apparently to add a link to the merge message of a Multi-Patch series.

    Might want to start spreading that word...
    https://lore.kernel.org/CAHk-=wjamixjqNwrr4+UEAwitMOd6Y8-_9p4oUZdcjrv7fsayQ@mail.gmail.com

    #linux #kernel

    In conversation about a year ago from mastodon.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      http://receipts.It/
    2. No result found on File_thumbnail lookup.
      Re: [GIT PULL] io_uring fix for 6.17-rc5 - Linus Torvalds
  20. Embed this notice
    Christian Brauner ?? (brauner@mastodon.social)'s status on Thursday, 28-Aug-2025 18:07:57 JST Christian Brauner ?? Christian Brauner ??
    in reply to
    • Vegard Nossum 🥑
    • K. Ryabitsev ????

    @kernellogger @sven @vegard @monsieuricon But the links are useful independent of that. They simply provide a trivial jumping point to lore. If the series was managed via b4 it's trivial to back to all version of the same patchset.

    The benefits for everyone else should simply be what counts here, not a perceived discomfort.

    In conversation about a year ago from gnusocial.jp permalink
  • Before

User actions

    Christian Brauner ??

    Christian Brauner ??

    maintains some #kernel stuff.#systemd, #LXC, #LXD and a few other things.

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          109510
          Member since
          24 Mar 2023
          Notices
          66
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.