All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-05 00:31:42 to 2021-04-05 03:05:00 UTC [more...]

[syzbot] WARNING: suspicious RCU usage in dput
 2021-04-05  3:04 UTC  (2+ messages)

[syzbot] WARNING: suspicious RCU usage in remove_vma (2)
 2021-04-05  3:04 UTC  (2+ messages)

[syzbot] WARNING: suspicious RCU usage in clear_huge_page
 2021-04-05  3:03 UTC  (2+ messages)

[syzbot] WARNING: suspicious RCU usage in list_lru_destroy
 2021-04-05  3:02 UTC  (2+ messages)

[xen-4.12-testing test] 160724: regressions - FAIL
 2021-04-05  2:53 UTC 

[PATCH] net/mlx5: fix kfree mismatch in indir_table.c
 2021-04-05  2:53 UTC 

[PATCH dwarves] dwarf_loader: handle DWARF5 DW_OP_addrx properly
 2021-04-05  2:30 UTC  (7+ messages)

[PATCH v2 0/5] Introducing new CAN FD bittiming parameters: Transmission Delay Compensation (TDC)
 2021-04-05  2:29 UTC  (6+ messages)
` [PATCH v2 4/5] can: add netlink interface for CAN-FD Transmitter "

Hi
 2021-04-05  2:07 UTC 

arch/mips/kvm/vz.c:392:10: warning: variable 'freeze_time' set but not used
 2021-04-05  2:11 UTC  (2+ messages)

[dunfell/master][PATCH] common-csl-ip-rtos: drop unnecessary dependency on ti-sysbios
 2021-04-05  2:13 UTC  (3+ messages)
  ` [meta-ti] "

[PATCH] drm/msm: move to use request_irq by IRQF_NO_AUTOEN flag
 2021-04-05  2:09 UTC  (2+ messages)

IPsec
 2021-04-05  1:54 UTC 

drivers/remoteproc/ti_k3_r5_remoteproc.c:377:28: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-04-05  1:51 UTC  (2+ messages)

[PATCH next 1/2] mfd: Add Renesas Synchronization Management Unit (SMU) support
 2021-04-05  1:52 UTC  (4+ messages)
` [PATCH next 2/2] misc: "

[PATCH v6 00/48] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-04-05  1:19 UTC  (98+ messages)
` [PATCH v6 01/48] KVM: PPC: Book3S HV: Nested move LPCR sanitising to sanitise_hv_regs
` [PATCH v6 02/48] KVM: PPC: Book3S HV: Add a function to filter guest LPCR bits
` [PATCH v6 03/48] KVM: PPC: Book3S HV: Disallow LPCR[AIL] to be set to 1 or 2
` [PATCH v6 04/48] KVM: PPC: Book3S HV: Prevent radix guests setting LPCR[TC]
` [PATCH v6 05/48] KVM: PPC: Book3S HV: Remove redundant mtspr PSPB
` [PATCH v6 06/48] KVM: PPC: Book3S HV: remove unused kvmppc_h_protect argument
` [PATCH v6 07/48] KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcalls
` [PATCH v6 08/48] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
` [PATCH v6 09/48] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH v6 10/48] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH v6 11/48] KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear "
` [PATCH v6 12/48] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [PATCH v6 13/48] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH v6 14/48] KVM: PPC: Book3S 64: add hcall interrupt handler
` [PATCH v6 15/48] KVM: PPC: Book3S 64: Move hcall early register setup to KVM
` [PATCH v6 16/48] KVM: PPC: Book3S 64: Move interrupt "
` [PATCH v6 17/48] KVM: PPC: Book3S 64: move bad_host_intr check to HV handler
` [PATCH v6 18/48] KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences
` [PATCH v6 19/48] KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
` [PATCH v6 20/48] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
` [PATCH v6 21/48] KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_entry
` [PATCH v6 22/48] KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
` [PATCH v6 23/48] KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR
` [PATCH v6 24/48] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v6 25/48] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [PATCH v6 26/48] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [PATCH v6 27/48] KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races
` [PATCH v6 28/48] KMV: PPC: Book3S HV: Use set_dec to set decrementer to host
` [PATCH v6 29/48] powerpc/time: add API for KVM to re-arm the host timer/decrementer
` [PATCH v6 30/48] KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
` [PATCH v6 31/48] KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entry_p9
` [PATCH v6 32/48] KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0
` [PATCH v6 33/48] KVM: PPC: Book3S HV P9: Improve exit timing accounting coverage
` [PATCH v6 34/48] KVM: PPC: Book3S HV P9: Move SPR loading after expiry time check
` [PATCH v6 35/48] KVM: PPC: Book3S HV P9: Add helpers for OS SPR handling
` [PATCH v6 36/48] KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possible
` [PATCH v6 37/48] KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
` [PATCH v6 38/48] KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
` [PATCH v6 39/48] KVM: PPC: Book3S HV: Remove radix guest support from P7/8 path
` [PATCH v6 40/48] KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlers
` [PATCH v6 41/48] KVM: PPC: Book3S HV: Remove unused nested HV tests in XICS emulation
` [PATCH v6 42/48] KVM: PPC: Book3S HV P9: Allow all P9 processors to enable nested HV
` [PATCH v6 43/48] KVM: PPC: Book3S HV: small pseries_do_hcall cleanup
` [PATCH v6 44/48] KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faults
` [PATCH v6 45/48] KVM: PPC: Book3S HV P9: Reflect userspace hcalls to hash guests to support PR KVM
` [PATCH v6 46/48] KVM: PPC: Book3S HV P9: implement hash guest support
` [PATCH v6 47/48] KVM: PPC: Book3S HV P9: implement hash host / "
` [PATCH v6 48/48] KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 path

stable/linux-5.10.y - 5.10.27
 2021-04-05  1:40 UTC  (3+ messages)

[PATCH v3] sched/debug: Use sched_debug_lock to serialize use of cgroup_path[] only
 2021-04-05  1:29 UTC  (6+ messages)

[PATCH 1/1] SUNRPC: Handle major timeout in xprt_adjust_timeout()
 2021-04-05  1:29 UTC 

[PATCH] releases: update to include 3.2.3
 2021-04-05  1:16 UTC  (2+ messages)
` [docs] "

[PATCH] staging: qlge: remove else after break
 2021-04-05  1:13 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH v2 00/10] spi: dw: Add support for DUAL/QUAD/OCTAL modes
 2021-04-05  1:11 UTC  (4+ messages)
` [PATCH v2 06/10] spi: dw: Rewrite poll_transfer logic

[PATCH v3 00/12] drm: Fix EDID reading on ti-sn65dsi86
 2021-04-05  1:04 UTC  (25+ messages)
` [PATCH v3 01/12] drm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable()
` [PATCH v3 03/12] drm/bridge: ti-sn65dsi86: Remove incorrectly tagged kerneldoc comment
` [PATCH v3 04/12] drm/bridge: ti-sn65dsi86: Reorder remove()
` [PATCH v3 05/12] drm/bridge: ti-sn65dsi86: Move drm_panel_unprepare() to post_disable()
` [PATCH v3 06/12] drm/bridge: ti-sn65dsi86: Get rid of the useless detect() function
` [PATCH v3 07/12] drm/bridge: ti-sn65dsi86: Remove extra call: drm_connector_update_edid_property()
` [PATCH v3 10/12] drm/bridge: ti-sn65dsi86: Read the EDID only if refclk was provided
` [PATCH v3 11/12] drm/bridge: ti-sn65dsi86: Print an error if we fallback to panel modes

rather slow 'git repack' in 'blob:none' partial clones
 2021-04-05  1:02 UTC  (2+ messages)

[qemu-mainline bisection] complete test-amd64-amd64-libvirt-pair
 2021-04-05  1:01 UTC 

[PATCH 1/5] ARM: board: warp: Import dts files
 2021-04-05  0:55 UTC  (3+ messages)
  ` [PATCH 3/5] ARM: board: warp: convert to DM_MMC

[lustre-devel] [PATCH 00/41] lustre: sync to OpenSFS branch as of March 1
 2021-04-05  0:51 UTC  (42+ messages)
` [lustre-devel] [PATCH 01/41] lustre: llite: data corruption due to RPC reordering
` [lustre-devel] [PATCH 02/41] lustre: llite: make readahead aware of hints
` [lustre-devel] [PATCH 03/41] lustre: lov: avoid NULL dereference in cleanup
` [lustre-devel] [PATCH 04/41] lustre: llite: quiet spurious ioctl warning
` [lustre-devel] [PATCH 05/41] lustre: ptlrpc: do not output error when imp_sec is freed
` [lustre-devel] [PATCH 06/41] lustre: update version to 2.14.0
` [lustre-devel] [PATCH 07/41] lnet: UDSP storage and marshalled structs
` [lustre-devel] [PATCH 08/41] lnet: foundation patch for selection mod
` [lustre-devel] [PATCH 09/41] lnet: Preferred gateway selection
` [lustre-devel] [PATCH 10/41] lnet: Select NI/peer NI with highest prio
` [lustre-devel] [PATCH 11/41] lnet: select best peer and local net
` [lustre-devel] [PATCH 12/41] lnet: UDSP handling
` [lustre-devel] [PATCH 13/41] lnet: Apply UDSP on local and remote NIs
` [lustre-devel] [PATCH 14/41] lnet: Add the kernel level Marshalling API
` [lustre-devel] [PATCH 15/41] lnet: Add the kernel level De-Marshalling API
` [lustre-devel] [PATCH 16/41] lnet: Add the ioctl handler for "add policy"
` [lustre-devel] [PATCH 17/41] lnet: ioctl handler for "delete policy"
` [lustre-devel] [PATCH 18/41] lnet: ioctl handler for get policy info
` [lustre-devel] [PATCH 19/41] lustre: update version to 2.14.50
` [lustre-devel] [PATCH 20/41] lustre: gss: handle empty reqmsg in sptlrpc_req_ctx_switch
` [lustre-devel] [PATCH 21/41] lustre: sec: file ioctls to handle encryption policies
` [lustre-devel] [PATCH 22/41] lustre: obdclass: try to skip corrupted llog records
` [lustre-devel] [PATCH 23/41] lustre: lov: fix layout generation inc for mirror split
` [lustre-devel] [PATCH 24/41] lnet: modify assertion in lnet_post_send_locked
` [lustre-devel] [PATCH 25/41] lustre: lov: fixes bitfield in lod qos code
` [lustre-devel] [PATCH 26/41] lustre: lov: grant deadlock if same OSC in two components
` [lustre-devel] [PATCH 27/41] lustre: change EWOULDBLOCK to EAGAIN
` [lustre-devel] [PATCH 28/41] lsutre: ldlm: return error from ldlm_namespace_new()
` [lustre-devel] [PATCH 29/41] lustre: llite: remove unused ll_teardown_mmaps()
` [lustre-devel] [PATCH 30/41] lustre: lov: style cleanups in lov_set_osc_active()
` [lustre-devel] [PATCH 31/41] lustre: change various operations structs to const
` [lustre-devel] [PATCH 32/41] lustre: mark strings in char arrays as const
` [lustre-devel] [PATCH 33/41] lustre: convert snprintf to scnprintf as appropriate
` [lustre-devel] [PATCH 34/41] lustre: remove non-static 'inline' markings
` [lustre-devel] [PATCH 35/41] lustre: llite: use is_root_inode()
` [lustre-devel] [PATCH 36/41] lnet: libcfs: discard cfs_firststr
` [lustre-devel] [PATCH 37/41] lnet: place wire protocol data int own headers
` [lustre-devel] [PATCH 38/41] lnet: libcfs: use wait_event_timeout() in tracefiled()
` [lustre-devel] [PATCH 39/41] lnet: use init_wait() rather than init_waitqueue_entry()
` [lustre-devel] [PATCH 40/41] lnet: discard LNET_MD_PHYS
` [lustre-devel] [PATCH 41/41] lnet: o2iblnd: convert peers hash table to hashtable.h

[PATCH] net: mac802154: Fix null pointer dereference
 2021-04-05  0:43 UTC  (3+ messages)
` [PATCH v2] net: mac802154: Fix general protection fault

Out of bounds access in service_tx_status_request() in musb_gadget_ep0.c
 2021-04-05  0:38 UTC 

[PATCH] net: fix NULL ptr dereference in nl802154_del_llsec_key
 2021-04-05  0:37 UTC  (2+ messages)

[PATCH] net:mac802154: add init of .sec and .sec_mtx for sdata in ieee802154_setup_sdata
 2021-04-05  0:33 UTC  (2+ messages)

[PATCH RESEND wpan 00/15] net: ieee802154: forbid sec params for monitors
 2021-04-05  0:30 UTC  (10+ messages)
` [PATCH RESEND wpan 06/15] net: ieee802154: stop dump llsec devs "
` [PATCH RESEND wpan 08/15] net: ieee802154: forbid monitor for del llsec dev
` [PATCH RESEND wpan 09/15] net: ieee802154: stop dump llsec devkeys for monitors
` [PATCH RESEND wpan 10/15] net: ieee802154: forbid monitor for add llsec devkey
` [PATCH RESEND wpan 11/15] net: ieee802154: forbid monitor for del "
` [PATCH RESEND wpan 12/15] net: ieee802154: stop dump llsec seclevels for monitors
` [PATCH RESEND wpan 13/15] net: ieee802154: forbid monitor for add llsec seclevel
` [PATCH RESEND wpan 14/15] net: ieee802154: forbid monitor for del "
` [PATCH RESEND wpan 15/15] net: ieee802154: stop dump llsec params for monitors


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.