All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-20 00:30:40 to 2022-01-20 02:09:42 UTC [more...]

incoming
 2022-01-20  2:09 UTC  (35+ messages)
` [patch 01/55] mm: percpu: generalize percpu related config
` [patch 02/55] mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef
` [patch 03/55] mm: percpu: add generic pcpu_fc_alloc/free funciton
` [patch 04/55] mm: percpu: add generic pcpu_populate_pte() function
` [patch 05/55] proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistration
` [patch 06/55] proc: make the proc_create[_data]() stubs static inlines
` [patch 07/55] proc: convert the return type of proc_fd_access_allowed() to be boolean
` [patch 08/55] sysctl: fix duplicate path separator in printed entries
` [patch 09/55] sysctl: remove redundant ret assignment
` [patch 10/55] include/linux/unaligned: replace kernel.h with the necessary inclusions
` [patch 11/55] kernel.h: include a note to discourage people from including it in headers
` [patch 12/55] fs/exec: replace strlcpy with strscpy_pad in __set_task_comm
` [patch 13/55] fs/exec: replace strncpy with strscpy_pad in __get_task_comm
` [patch 14/55] drivers/infiniband: replace open-coded string copy with get_task_comm
` [patch 15/55] fs/binfmt_elf: "
` [patch 16/55] samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task comm
` [patch 17/55] tools/bpf/bpftool/skeleton: "
` [patch 18/55] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
` [patch 19/55] kthread: dynamically allocate memory to store kthread's full name
` [patch 20/55] kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)
` [patch 21/55] get_maintainer: don't remind about no git repo when --nogit is used
` [patch 22/55] kstrtox: uninline everything
` [patch 23/55] list: introduce list_is_head() helper and re-use it in list.h
` [patch 24/55] lib/list_debug.c: print more list debugging context in __list_del_entry_valid()
` [patch 25/55] hash.h: remove unused define directive
` [patch 26/55] test_hash.c: split test_int_hash into arch-specific functions
` [patch 27/55] test_hash.c: split test_hash_init
` [patch 28/55] lib/Kconfig.debug: properly split hash test kernel entries
` [patch 29/55] test_hash.c: refactor into kunit
` [patch 30/55] kunit: replace kernel.h with the necessary inclusions
` [patch 31/55] uuid: discourage people from using UAPI header in new code
` [patch 32/55] uuid: remove licence boilerplate text from the header
` [patch 33/55] lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test
` [patch 34/55] checkpatch: relax regexp for COMMIT_LOG_LONG_LINE

[xen-unstable-smoke test] 167753: tolerable all pass - PUSHED
 2022-01-20  2:05 UTC 

[RFC v4 00/11] Intro to Hardware timestamping engine
 2022-01-20  2:03 UTC  (3+ messages)
` [RFC v4 01/11] Documentation: Add HTE subsystem guide

[PATCH v3] mm: use compare-exchange operation to set KASAN page tag
 2022-01-20  2:01 UTC 

linux-next: Tree for Jan 20
 2022-01-20  2:01 UTC 

Re: [PATCH v2] ASoC: codecs: Check for error pointer after calling devm_regmap_init_mmio
 2022-01-20  1:56 UTC  (2+ messages)

[PATCH][next] usb: gadget: f_phonet: Use struct_size() helper in kzalloc()
 2022-01-20  2:01 UTC 

[RFC v1 5/5] xen/arm: add SCI mediator support for DomUs
 2022-01-20  1:53 UTC  (12+ messages)

[folded-merged] panic-use-error_report_end-tracepoint-on-warnings-fix.patch removed from -mm tree
 2022-01-20  1:53 UTC 

[folded-merged] hashh-remove-unused-define-directive-fix.patch removed from -mm tree
 2022-01-20  1:52 UTC 

[folded-merged] kernel-sys-only-take-tasklist_lock-for-get-setpriorityprio_pgrp-checkpatch-fixes.patch removed from -mm tree
 2022-01-20  1:52 UTC 

amd-staging-drm-next breaks suspend
 2022-01-20  1:52 UTC  (8+ messages)

[folded-merged] proc-make-the-proc_create-stubs-static-inlines-fix2.patch removed from -mm tree
 2022-01-20  1:51 UTC 

[folded-merged] proc-make-the-proc_create-stubs-static-inlines-fix2-fix.patch removed from -mm tree
 2022-01-20  1:51 UTC 

[folded-merged] proc-make-the-proc_create-stubs-static-inlines-fix.patch removed from -mm tree
 2022-01-20  1:51 UTC 

[PATCH][next] usb: xhci-mtk: Use struct_size() helper in create_sch_ep()
 2022-01-20  1:55 UTC  (3+ messages)

[PATCH 5.15 00/28] 5.15.16-rc1 review
 2022-01-20  1:48 UTC  (2+ messages)

[PATCH 0/7] pinctrl: mediatek: Fixes and minor improvements
 2022-01-20  1:47 UTC  (7+ messages)
` [PATCH 2/7] pinctrl: mediatek: paris: Fix PIN_CONFIG_BIAS_DISABLE readback

arch/arm/mach-ep93xx/clock.c:154:2: warning: Use of memory after it is freed [clang-analyzer-unix.Malloc]
 2022-01-20  1:46 UTC  (3+ messages)

[PATCH v4 0/5] spi: dt-bindings: samsung: convert to dtschema
 2022-01-19 20:55 UTC  (3+ messages)
` [PATCH v4 5/5] spi: s3c64xx: allow controller-data to be optional

[Intel-gfx] [PATCH] drm/i915: Fix vma resource freeing
 2022-01-20  1:43 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Fix vma resource freeing (rev2)

[ANNOUNCE] xfs-documentation: master updated to f1de072
 2022-01-20  1:40 UTC 

[PATCH v9 00/11] efi_loader: capsule: improve capsule authentication support
 2022-01-20  1:39 UTC  (4+ messages)
` [PATCH v9 03/11] tools: build mkeficapsule with tools-only_defconfig

[PATCH v7 0/5] MSG_ZEROCOPY + multifd
 2022-01-20  1:37 UTC  (12+ messages)
` [PATCH v7 2/5] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
` [PATCH v7 4/5] migration: Add migrate_use_tls() helper

[PATCH] amd/amdkfd:Fix the return value in kfd_process_queue_manager
 2022-01-20  1:38 UTC  (3+ messages)

[pull] amdgpu, radeon drm-fixes-5.17
 2022-01-20  1:35 UTC 

[PATCH v1 1/2] dt-bindings: iio: adc: Add compatible for Mediatek MT8186
 2022-01-20  1:22 UTC  (6+ messages)
` [PATCH v1 2/2] iio: adc: mt8186: Add compatible node for mt8186
      ` [SPAM]Re: "

[PATCHSET 00/17] xfsprogs: various 5.15 fixes
 2022-01-20  1:32 UTC  (5+ messages)
` [PATCH 12/17] xfs_scrub: report optional features in version string
  ` [PATCH v2 "

[PATCH v2] erofs-utils: fsck: add --extract=X support to extract to path X
 2022-01-20  1:32 UTC 

[RFC v1 0/5] Introduce SCI-mediator feature
 2022-01-20  1:28 UTC  (11+ messages)
` [RFC v1 3/5] xen/arm: introduce SCMI-SMC mediator driver

My subscription is often disabled
 2022-01-20  1:26 UTC 

[PATCH v3] lkdtm/bugs: Check for the NULL pointer after calling kmalloc
 2022-01-20  1:25 UTC 

[PATCH v2] media: dt-bindings: media: renesas,csi2: Update data-lanes property
 2022-01-20  1:25 UTC 

[PATCH 5.4 00/15] 5.4.173-rc1 review
 2022-01-20  1:24 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/guc: Ensure multi-lrc fini breadcrumb math is correct
 2022-01-20  1:24 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/guc: Ensure multi-lrc fini breadcrumb math is correct (rev3)

[PATCH 5.10 00/23] 5.10.93-rc1 review
 2022-01-20  1:23 UTC  (3+ messages)

[Bug 215347] New: btintel: AX200 (8087:0029): hci crashed and can't recover after repeated rfkill on/off
 2022-01-20  1:22 UTC  (3+ messages)
` [Bug 215347] btintel: AX200 (8087:0029): hci crashes "

[PATCH V2 00/10] selftests: Fix separate output directory builds
 2022-01-20  1:20 UTC  (5+ messages)
` [PATCH V2 09/10] selftests: vm: Add the uapi headers include variable
` [PATCH V2 10/10] selftests: vm: remove dependecy from internal kernel macros

[PATCH] Correct sorting of kernel names containing '_'
 2022-01-20  1:17 UTC  (4+ messages)
` [PATCH] mkconfig: use distro sorts when available

[PATCH 0/2] kvm selftest cleanup
 2022-01-20  1:04 UTC  (3+ messages)

[linux-next:master 12185/12461] arch/parisc/kernel/toc.c:64:32: sparse: void extern [addressable] [noreturn] [toplevel] toc_intr( ... )
 2022-01-20  1:19 UTC  (3+ messages)

New CVE in this week
 2022-01-20  1:16 UTC 

[PATCH v2] cache.h: auto-detect if zlib has uncompress2()
 2022-01-20  1:16 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 1/3] Provide VM capability to disable PMU virtualization for individual VMs
 2022-01-20  1:15 UTC  (2+ messages)

Convert type of 'struct dmi_system_id -> driver_data' from 'void *' to kernel_ulong_t?
 2022-01-20  1:14 UTC  (3+ messages)

[PATCH v2] mm/mmzone.c: use try_cmpxchg() in page_cpupid_xchg_last()
 2022-01-20  1:11 UTC 

[PATCH 0/4] Xilinx AMS fixes
 2022-01-20  1:09 UTC  (12+ messages)
` [PATCH 1/4] arm64: dts: zynqmp: add AMS driver to device tree
` [PATCH 2/4] iio: adc: xilinx-ams: Fixed missing PS channels
` [PATCH 3/4] iio: adc: xilinx-ams: Fixed wrong sequencer register settings
` [PATCH 4/4] iio: adc: xilinx-ams: Fix single channel switching sequence

[PATCH] x86/gpu: add JSL stolen memory support
 2022-01-20  1:10 UTC  (4+ messages)

[PATCH dwarves 0/2] Parallelize BTF type info generating of pahole
 2022-01-20  1:08 UTC  (3+ messages)
` [PATCH dwarves 1/2] dwarf_loader: Prepare and pass per-thread data to worker threads
` [PATCH dwarves 2/2] pahole: Use per-thread btf instances to avoid mutex locking

[PATCH 0/9] KVM: SVM: Fix and clean up "can emulate" mess
 2022-01-20  1:07 UTC  (10+ messages)
` [PATCH 1/9] KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests
` [PATCH 2/9] Revert "KVM: SVM: avoid infinite loop on NPF from bad address"
` [PATCH 3/9] KVM: SVM: Don't intercept #GP for SEV guests
` [PATCH 4/9] KVM: SVM: Explicitly require DECODEASSISTS to enable SEV support
` [PATCH 5/9] KVM: x86: Pass emulation type to can_emulate_instruction()
` [PATCH 6/9] KVM: SVM: WARN if KVM attempts emulation on #UD or #GP for SEV guests
` [PATCH 7/9] KVM: SVM: Inject #UD on attempted emulation for SEV guest w/o insn buffer
` [PATCH 8/9] KVM: SVM: Don't apply SEV+SMAP workaround on code fetch or PT access
` [PATCH 9/9] KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode

[PATCH v5 0/8] IPI virtualization support for VM
 2022-01-20  1:06 UTC  (13+ messages)
` [PATCH v5 4/8] KVM: VMX: dump_vmcs() reports tertiary_exec_control field as well
` [PATCH v5 8/8] KVM: VMX: Resize PID-ponter table on demand for IPI virtualization

[PATCH] optee: Do not send requests to supplicant during shutdown
 2022-01-20  1:02 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] perf: stop using deprecated bpf APIs
 2022-01-20  1:01 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] perf: stop using deprecated bpf_load_program() API

[PATCH mptcp-next v2 00/10] set flags and selftests
 2022-01-20  1:01 UTC  (2+ messages)

Honister broken WiFi communication
 2022-01-20  1:01 UTC  (4+ messages)
` [yocto] "

[PATCH] parisc: Drop __init from map_pages declaration
 2022-01-20  0:55 UTC 

[meta-oe][dunfell][PATCH 1/4] Bump sdbus-c++ version to v0.8.3
 2022-01-20  0:54 UTC  (2+ messages)

MCTP/PLDM BMC-host communication design
 2022-01-20  0:53 UTC  (2+ messages)

[wpan-next 00/14] ieee802154: Synchronous Tx API
 2022-01-20  0:51 UTC  (15+ messages)
` [wpan-next 01/14] net: ieee802154: Move the logic restarting the queue upon transmission
` [wpan-next 02/14] net: mac802154: Create a transmit error helper
` [wpan-next 03/14] net: ieee802154: at86rf230: Call _xmit_error() when a transmission fails
` [wpan-next 04/14] net: ieee802154: atusb: "
` [wpan-next 05/14] net: ieee802154: ca8210: "
` [wpan-next 06/14] net: mac802154: Stop exporting ieee802154_wake/stop_queue()
` [wpan-next 07/14] net: mac802154: Rename the synchronous xmit worker
` [wpan-next 08/14] net: mac802154: Rename the main tx_work struct
` [wpan-next 09/14] net: mac802154: Follow the count of ongoing transmissions
` [wpan-next 10/14] net: mac802154: Hold the transmit queue when relevant
` [wpan-next 11/14] net: mac802154: Create a hot tx path
` [wpan-next 12/14] net: mac802154: Add a warning in the hot path
` [wpan-next 13/14] net: mac802154: Introduce a tx queue flushing mechanism
` [wpan-next 14/14] net: mac802154: Introduce a synchronous API for MLME commands

[PATCH] xfs/107: fix formatting failures
 2022-01-20  0:49 UTC 

[Intel-gfx] [PATCH v4 RESEND] drm/i915/gem: Don't try to map and fence large scanout buffers (v4)
 2022-01-20  0:49 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH][next] USB: serial: garmin_gps: Use struct_size() and flex_array_size() helpers in pkt_add()
 2022-01-20  0:55 UTC 

[kvm-unit-tests PATCH 0/7] x86/debug: More single-step #DB tests
 2022-01-20  0:47 UTC  (3+ messages)
` [kvm-unit-tests PATCH 7/7] x86/debug: Explicitly write DR6 in the H/W watchpoint + DR6.BS sub-test

[PATCH -perfbook] glossary: Tweak indexing macro
 2022-01-20  0:46 UTC  (2+ messages)

[PATCH] docs: Update the preferred line size to 100 characters
 2022-01-20  0:36 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/4] Add additional testing for routing L2 exceptions
 2022-01-20  0:46 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 3/4] x86: Add a test framework for nested_vmx_reflect_vmexit() testing

[ASUS EC Sensors v7 0/3]
 2022-01-20  0:45 UTC  (4+ messages)
` [ASUS EC Sensors v7 1/3] hwmon: (asus-ec-sensors) add driver for ASUS EC

[Intel-gfx] [PATCH v3 0/2] Add support for querying hw info that UMDs need
 2022-01-20  0:45 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH 5.16 00/28] 5.16.2-rc1 review
 2022-01-20  0:44 UTC  (2+ messages)

[wpan-next 0/4] ieee802154: General preparation to scan support
 2022-01-20  0:43 UTC  (5+ messages)
` [wpan-next 1/4] net: ieee802154: Move IEEE 802.15.4 Kconfig main entry
` [wpan-next 2/4] net: mac802154: Include the softMAC stack inside the IEEE 802.15.4 menu
` [wpan-next 3/4] net: ieee802154: Move the address structure earlier
` [wpan-next 4/4] net: ieee802154: Add a kernel doc header to the ieee802154_addr structure

[Buildroot] [PATCH 1/1] package/re2: switch to generic-package make build
 2022-01-20  0:42 UTC  (3+ messages)

[wpan-next 0/5] ieee802154: Improve symbol duration handling
 2022-01-20  0:41 UTC  (6+ messages)
` [wpan-next 1/5] net: ieee802154: Improve the way supported channels are declared
` [wpan-next 2/5] net: ieee802154: Give more details to the core about the channel configurations
` [wpan-next 3/5] net: mac802154: Convert the symbol duration into nanoseconds
` [wpan-next 4/5] net: mac802154: Set the symbol duration automatically
` [wpan-next 5/5] net: ieee802154: Drop duration settings when the core does it already

[PATCH net-next 1/2] devlink: Add support to set port function as trusted
 2022-01-20  0:40 UTC  (11+ messages)

[Buildroot] [PATCH v2 1/1] package/re2: switch to generic-package make build
 2022-01-20  0:38 UTC 

[PATCH] KVM: selftests: Re-enable access_tracking_perf_test
 2022-01-20  0:38 UTC 

[PATCH 00/27] Add F1C100s based PocketGo handheld support
 2022-01-20  0:38 UTC  (3+ messages)
` [PATCH 14/27] sunxi: implement clock driver for suniv f1c100s

[PATCH v7 00/22] Support UXL filed in xstatus
 2022-01-20  0:35 UTC  (4+ messages)
` [PATCH v7 21/22] target/riscv: Enable uxl field write

[wpan-next 0/9] ieee802154: A bunch of fixes
 2022-01-20  0:36 UTC  (10+ messages)
` [wpan-next 1/9] net: ieee802154: hwsim: Ensure proper channel selection at probe time
` [wpan-next 2/9] net: ieee802154: hwsim: Ensure frame checksum are valid
` [wpan-next 3/9] net: ieee802154: mcr20a: Fix lifs/sifs periods
` [wpan-next 4/9] net: ieee802154: at86rf230: Stop leaking skb's
` [wpan-next 5/9] net: ieee802154: ca8210: "
` [wpan-next 6/9] net: ieee802154: Use the IEEE802154_MAX_PAGE define when relevant
` [wpan-next 7/9] net: ieee802154: Return meaningful error codes from the netlink helpers
` [wpan-next 8/9] net: mac802154: Explain the use of ieee802154_wake/stop_queue()
` [wpan-next 9/9] MAINTAINERS: Remove Harry Morris bouncing address

[PATCH 0/7] DRM kmap() fixes and kmap_local_page() conversions
 2022-01-19 23:55 UTC  (4+ messages)

[PATCH 0/2] xfs: a couple misc/small deferred inactivation tweaks
 2022-01-20  0:36 UTC  (10+ messages)
` [PATCH 2/2] xfs: run blockgc on freeze to avoid iget stalls after reclaim

Question on glossary entry
 2022-01-20  0:35 UTC 

[PATCH v2] drivers: thermal: tsens: respect thermal_device_mode in threshold irq reporting
 2022-01-20  0:35 UTC  (2+ messages)

[PATCH] drivers: thermal: tsens: respect thermal_device_mode in threshold irq reporting
 2022-01-20  0:33 UTC  (2+ messages)

[PATCH 1/3] dma-buf: make the flags can be configured during dma fence init
 2022-01-20  0:31 UTC  (4+ messages)
` [PATCH 3/3] drm: fix the warnning of string style for scheduler trace

[PATCH v2] qapi: Cleanup SGX related comments and restore @section-size
 2022-01-20  0:24 UTC  (2+ messages)

[PATCH v8 00/15] Add Rikomagic MK808 board
 2022-01-20  0:31 UTC  (3+ messages)
` [PATCH v8 03/15] rockchip: rk3066: add clock driver for rk3066 soc

[RESEND PATCH v3 0/4] arm: kirkwood: Add support for Pogoplug V4
 2022-01-20  0:28 UTC  (3+ messages)
` [RESEND PATCH v3 3/4] arm: kirkwood: Pogoplug-V4 : Add board implementation files
` [RESEND PATCH v3 4/4] arm: kirkwood: Pogoplug V4 : Add board include header and defconfig files


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.