linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-05 07:22:36 to 2022-05-24 10:34:37 UTC [more...]

[PATCH] UML: add support for KASAN under x86_64
 2022-05-24 10:34 UTC  (6+ messages)

[PATCH 00/30] The panic notifiers refactor
 2022-05-24 10:18 UTC  (119+ messages)
` [PATCH 01/30] x86/crash, reboot: Avoid re-disabling VMX in all CPUs on crash/restart
  ` [PATCH 01/30] x86/crash,reboot: "
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 05/30] misc/pvpanic: "
` [PATCH 08/30] powerpc/setup: Refactor/untangle panic notifiers
` [PATCH 09/30] coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier
` [PATCH 10/30] alpha: Clean-up the panic notifier code
` [PATCH 11/30] um: Improve panic notifiers consistency and ordering
` [PATCH 12/30] parisc: Replace regular spinlock with spin_trylock on panic path
` [PATCH 14/30] panic: Properly identify the panic event to the notifiers' callbacks
` [PATCH 15/30] bus: brcmstb_gisb: Clean-up panic/die notifiers
` [PATCH 17/30] tracing: Improve "
` [PATCH 18/30] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 20/30] panic: Add the panic informational "
` [PATCH 21/30] panic: Introduce the panic pre-reboot "
` [PATCH 22/30] panic: Introduce the panic post-reboot "
` [PATCH 23/30] printk: kmsg_dump: Introduce helper to inform number of dumpers
` [PATCH 24/30] panic: Refactor the panic path
` [PATCH 25/30] panic, printk: Add console flush parameter and convert panic_print to a notifier

[PATCH v7 00/25] Rust support
 2022-05-23 18:44 UTC  (3+ messages)
` [PATCH v7 21/25] Kbuild: add "

[PATCH] um: Fix out-of-bounds read in LDT setup
 2022-05-23 14:04 UTC 

[PATCH v4 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-05-23 13:58 UTC  (3+ messages)
` [PATCH v4 06/11] nios2: use fallback for random_get_entropy() instead of zero

[PATCH 0/9] ptrace: cleaning up ptrace_stop
 2022-05-20 23:01 UTC  (73+ messages)
      ` [PATCH 0/12] "
        ` [PATCH v3 0/11] "
          ` [PATCH v3 08/11] ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs
          ` [PATCH v3 09/11] ptrace: Don't change __state
          ` [PATCH v4 0/12] ptrace: cleaning up ptrace_stop
            ` [PATCH v4 01/12] signal: Rename send_signal send_signal_locked
            ` [PATCH v4 02/12] signal: Replace __group_send_sig_info with send_signal_locked
            ` [PATCH v4 03/12] ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
            ` [PATCH v4 04/12] ptrace/xtensa: Replace PT_SINGLESTEP "
            ` [PATCH v4 05/12] ptrace: Remove arch_ptrace_attach
            ` [PATCH v4 06/12] signal: Use lockdep_assert_held instead of assert_spin_locked
            ` [PATCH v4 07/12] ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
            ` [PATCH v4 08/12] ptrace: Document that wait_task_inactive can't fail
            ` [PATCH v4 09/12] ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs
            ` [PATCH v4 10/12] ptrace: Don't change __state
            ` [PATCH v4 11/12] ptrace: Always take siglock in ptrace_resume
            ` [PATCH v4 12/12] sched, signal, ptrace: Rework TASK_TRACED, TASK_STOPPED state
            ` [PATCH 00/16] ptrace: cleanups and calling do_cldstop with only siglock
              ` [PATCH 01/16] signal/alpha: Remove unused definition of TASK_REAL_PARENT
              ` [PATCH 02/16] signal/ia64: Remove unused definition of IA64_TASK_REAL_PARENT_OFFSET
              ` [PATCH 03/16] kdb: Use real_parent when displaying a list of processes
              ` [PATCH 04/16] powerpc/xmon: "
              ` [PATCH 05/16] ptrace: Remove dead code from __ptrace_detach
              ` [PATCH 06/16] ptrace: Remove unnecessary locking in ptrace_(get|set)siginfo
              ` [PATCH 07/16] signal: Wake up the designated parent
              ` [PATCH 08/16] ptrace: Only populate last_siginfo from ptrace
              ` [PATCH 09/16] ptrace: In ptrace_setsiginfo deal with invalid si_signo
              ` [PATCH 10/16] ptrace: In ptrace_signal look at what the debugger did with siginfo
              ` [PATCH 11/16] ptrace: Use si_sino as the signal number to resume with
              ` [PATCH 12/16] ptrace: Stop protecting ptrace_set_signr with tasklist_lock
              ` [PATCH 13/16] ptrace: Document why ptrace_setoptions does not need a lock
              ` [PATCH 14/16] signal: Protect parent child relationships by childs siglock
              ` [PATCH 15/16] ptrace: Use siglock instead of tasklist_lock in ptrace_check_attach
              ` [PATCH 16/16] signal: Always call do_notify_parent_cldstop with siglock held

[PATCH] um: chan_user: fix winch_tramp() return value
 2022-05-20 17:45 UTC 

[PATCH 1/1] um: fix error return code in winch_tramp()
 2022-05-20 17:31 UTC  (10+ messages)

[PATCH] um: virtio_uml: fix broken device handling in time-travel
 2022-05-17 20:52 UTC 

[PATCH v3 00/15] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS)
 2022-05-08 18:28 UTC  (29+ messages)
` [PATCH v3 01/15] modpost: mitigate false-negatives for static EXPORT_SYMBOL checks
` [PATCH v3 02/15] modpost: change the license of EXPORT_SYMBOL to bool type
` [PATCH v3 03/15] modpost: merge add_{intree_flag, retpoline, staging_flag} to add_header
  ` [PATCH v3 03/15] modpost: merge add_{intree_flag,retpoline,staging_flag} "
` [PATCH v3 04/15] modpost: move *.mod.c generation to write_mod_c_files()
` [PATCH v3 07/15] modpost: extract symbol versions from *.cmd files
` [PATCH v3 08/15] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
` [PATCH v3 09/15] kbuild: stop merging *.symversions
` [PATCH v3 10/15] genksyms: adjust the output format to modpost
` [PATCH v3 11/15] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v3 12/15] modpost: simplify the ->is_static initialization
` [PATCH v3 13/15] modpost: use hlist for hash table implementation
` [PATCH v3 14/15] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v3 15/15] kbuild: make *.mod "

[PATCH net-next 1/6] um: vector: switch to netif_napi_add_weight()
 2022-05-06 17:07 UTC 

[PATCH] um: line: use separate IRQs per line
 2022-05-06 14:30 UTC  (2+ messages)

fix and cleanup discard_alignment handling
 2022-05-06 12:56 UTC  (3+ messages)
` [PATCH 07/11] dasd: don't set the discard_alignment queue limit


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).