messages from 2023-11-07 21:35:53 to 2023-11-07 22:02:26 UTC [more...]
mm/filemap.c:4249:1: sparse: sparse: Using plain integer as NULL pointer
2023-11-07 22:02 UTC (2+ messages)
[PATCH v8 04/23] scsi: sd: Differentiate system and runtime start/stop management
2023-11-07 21:59 UTC (14+ messages)
[PATCH 1/3] nvme: multipath: Implemented new iopolicy "queue-depth"
2023-11-07 22:01 UTC (9+ messages)
` [PATCH 2/3] nvme: multipath: only update ctrl->nr_active when using queue-depth iopolicy
[PATCH v4 00/11] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
2023-11-07 22:01 UTC (12+ messages)
` [PATCH v4 03/11] media: rkvdec: h264: Use bytesperline and buffer height as virstride
` [PATCH v4 04/11] media: rkvdec: h264: Don't hardcode SPS/PPS parameters
` [PATCH v4 05/11] media: rkvdec: h264: Remove SPS validation at streaming start
[PATCH 5.10 00/91] 5.10.200-rc2 review
2023-11-07 22:01 UTC (2+ messages)
[PATCH bpf-next] bpf: stackmap: add crosstask check to `__bpf_get_stack`
2023-11-07 22:01 UTC (6+ messages)
[RFC PATCH 00/86] Make the kernel preemptible
2023-11-07 21:57 UTC (53+ messages)
` [RFC PATCH 01/86] Revert "riscv: support PREEMPT_DYNAMIC with static keys"
` [RFC PATCH 02/86] Revert "sched/core: Make sched_dynamic_mutex static"
` [RFC PATCH 03/86] Revert "ftrace: Use preemption model accessors for trace header printout"
` [RFC PATCH 04/86] Revert "preempt/dynamic: Introduce preemption model accessors"
` [RFC PATCH 05/86] Revert "kcsan: Use "
` [RFC PATCH 06/86] Revert "entry: Fix compile error in dynamic_irqentry_exit_cond_resched()"
` [RFC PATCH 07/86] Revert "livepatch,sched: Add livepatch task switching to cond_resched()"
` [RFC PATCH 08/86] Revert "arm64: Support PREEMPT_DYNAMIC"
` [RFC PATCH 09/86] Revert "sched/preempt: Add PREEMPT_DYNAMIC using static keys"
` [RFC PATCH 10/86] Revert "sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRY"
` [RFC PATCH 11/86] Revert "sched/preempt: Simplify irqentry_exit_cond_resched() callers"
` [RFC PATCH 12/86] Revert "sched/preempt: Refactor sched_dynamic_update()"
` [RFC PATCH 14/86] Revert "preempt/dynamic: Fix setup_preempt_mode() return value"
` [RFC PATCH 15/86] Revert "preempt: Restore preemption model selection configs"
` [RFC PATCH 16/86] Revert "sched: Provide Kconfig support for default dynamic preempt mode"
` [RFC PATCH 17/86] sched/preempt: remove PREEMPT_DYNAMIC from the build version
` [RFC PATCH 18/86] Revert "preempt/dynamic: Fix typo in macro conditional statement"
` [RFC PATCH 19/86] Revert "sched,preempt: Move preempt_dynamic to debug.c"
` [RFC PATCH 20/86] Revert "static_call: Relax static_call_update() function argument type"
` [RFC PATCH 21/86] Revert "sched/core: Use -EINVAL in sched_dynamic_mode()"
` [RFC PATCH 22/86] Revert "sched/core: Stop using magic values "
` [RFC PATCH 23/86] Revert "sched,x86: Allow !PREEMPT_DYNAMIC"
` [RFC PATCH 24/86] Revert "sched: Harden PREEMPT_DYNAMIC"
` [RFC PATCH 25/86] Revert "sched: Add /debug/sched_preempt"
` [RFC PATCH 26/86] Revert "preempt/dynamic: Support dynamic preempt with preempt= boot option"
` [RFC PATCH 27/86] Revert "preempt/dynamic: Provide irqentry_exit_cond_resched() static call"
` [RFC PATCH 30/86] Revert "preempt: Introduce CONFIG_PREEMPT_DYNAMIC"
` [RFC PATCH 31/86] x86/thread_info: add TIF_NEED_RESCHED_LAZY
` [RFC PATCH 32/86] entry: handle TIF_NEED_RESCHED_LAZY
` [RFC PATCH 33/86] entry/kvm: "
` [RFC PATCH 34/86] thread_info: accessors for TIF_NEED_RESCHED*
` [RFC PATCH 36/86] entry: irqentry_exit only preempts TIF_NEED_RESCHED
` [RFC PATCH 37/86] sched: make test_*_tsk_thread_flag() return bool
` [RFC PATCH 38/86] sched: *_tsk_need_resched() now takes resched_t
` [RFC PATCH 39/86] sched: handle lazy resched in set_nr_*_polling()
` [RFC PATCH 40/86] context_tracking: add ct_state_cpu()
` [RFC PATCH 41/86] sched: handle resched policy in resched_curr()
` [RFC PATCH 42/86] sched: force preemption on tick expiration
` [RFC PATCH 43/86] sched: enable PREEMPT_COUNT, PREEMPTION for all preemption models
` [RFC PATCH 44/86] sched: voluntary preemption
` [RFC PATCH 45/86] preempt: ARCH_NO_PREEMPT only preempts lazily
` [RFC PATCH 46/86] tracing: handle lazy resched
` [RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
` [RFC PATCH 48/86] rcu: handle quiescent states for PREEMPT_RCU=n
` [RFC PATCH 49/86] osnoise: handle quiescent states directly
` [RFC PATCH 50/86] rcu: TASKS_RCU does not need to depend on PREEMPTION
` [RFC PATCH 51/86] preempt: disallow !PREEMPT_COUNT or !PREEMPTION
` [RFC PATCH 52/86] sched: remove CONFIG_PREEMPTION from *_needbreak()
` [RFC PATCH 53/86] sched: fixup __cond_resched_*()
` [RFC PATCH 54/86] sched: add cond_resched_stall()
` [RFC PATCH 55/86] xarray: add cond_resched_xas_rcu() and cond_resched_xas_lock_irq()
` [RFC PATCH 56/86] xarray: use cond_resched_xas*()
[XEN PATCH v3] xen/string: address violations of MISRA C:2012 Rules 8.2 and 8.3
2023-11-07 22:00 UTC (2+ messages)
[RFC PATCH v3 00/12] Device Memory TCP
2023-11-07 21:59 UTC (9+ messages)
` [RFC PATCH v3 04/12] netdev: support binding dma-buf to netdevice
` [RFC PATCH v3 07/12] page-pool: device memory support
[PATCH 00/11] Add basic flow support for corenic firmware
2023-11-07 21:59 UTC (9+ messages)
[Buildroot] [Bug 15835] New: Incompatibility between network-manager and libcurl 8.4
2023-11-07 21:57 UTC (2+ messages)
` [Buildroot] [Bug 15835] "
[PATCH v2 0/3] phy: qcom-qmp-pcie: Add support to keep refclk always on
2023-11-07 21:57 UTC (3+ messages)
[Buildroot] [PATCH 1/1] package/network-manager: add patch for compatibility with curl 8.4
2023-11-07 21:56 UTC (2+ messages)
[Buildroot] [git commit] package/network-manager: add patch for compatibility with curl 8.4
2023-11-07 21:54 UTC
[PATCH] drm: i915: Adapt to -Walloc-size
2023-11-07 21:55 UTC
[PATCH v1 0/2] arm64: qcom: sa8775p: add support for x4 EP PCIe controller
2023-11-07 21:54 UTC (5+ messages)
` [PATCH v1 2/2] arm64: dts: qcom: sa8775p: Add ep pcie1 controller node
[PATCH v3 0/2] rng: Provide a RNG based on the RISC-V Zkr ISA extension
2023-11-07 21:53 UTC (17+ messages)
[PATCH v6 0/5] Add a few panels and use correct modes
2023-11-07 21:52 UTC (5+ messages)
` [PATCH v6 3/5] drm/panel-edp: drm/panel-edp: Add several generic edp panels
[Buildroot] [PATCH] package/nodejs: fix additional modules installation
2023-11-07 21:51 UTC (4+ messages)
[RFC PATCH v10 00/24] Modernize U-Boot shell
2023-11-07 21:52 UTC (6+ messages)
` [RFC PATCH v10 11/24] cmd: Add new cli command
[libgpiod][PATCH 0/1] bindings: python: standalone build tooling for tests
2023-11-07 21:51 UTC (2+ messages)
` [libgpiod][PATCH 1/1] "
[PATCH 1/3] dt-bindings: clock: qcom: ipq6018: add USB GDSCs
2023-11-07 21:51 UTC (8+ messages)
` [PATCH 2/3] clk: "
[Buildroot] [git commit branch/2023.08.x] package/nettle: add missing host-gmp dependency
2023-11-07 21:44 UTC
[Buildroot] [git commit branch/2023.08.x] package/nettle: add missing dependency on host-m4
2023-11-07 21:44 UTC
[PATCH] RISC-V: Don't rely on positional structure initialization
2023-11-07 21:49 UTC (2+ messages)
[Buildroot] [git commit branch/2023.02.x] package/nettle: add missing host-gmp dependency
2023-11-07 21:46 UTC
[PATCH] arm64: dts: qcom: qrb2210-rb1: add wifi variant property
2023-11-07 21:49 UTC (2+ messages)
[PATCH 1/2] wifi: mac80211: Add utilities for converting op_class
2023-11-07 21:48 UTC (2+ messages)
mm/vmstat.c:358:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
2023-11-07 21:48 UTC
drivers/md/dm-integrity.c:521 sb_mac() error: memcmp() 'actual_mac' too small (64 vs 448)
2023-11-07 21:48 UTC
[android-common:android12-5.10 7044/30000] mm/cma.c:540 cma_alloc() error: uninitialized symbol 'ts'
2023-11-07 21:48 UTC
[jpoimboe:sframe 3/3] arch/arc/kernel/perf_event.c:248:6: warning: no previous prototype for 'perf_callchain_user'
2023-11-07 21:48 UTC
diff -u tools/include/uapi/linux/fscrypt.h include/uapi/linux/fscrypt.h
2023-11-07 21:48 UTC
[Buildroot] [git commit branch/2023.02.x] package/nettle: add missing dependency on host-m4
2023-11-07 21:46 UTC
[intel-tdx:guest-attest-wip 12/13] drivers/virt/coco/tsm.c:354:5: warning: no previous prototype for 'str_to_guid'
2023-11-07 21:48 UTC
[jpoimboe:sframe 3/3] core.c:undefined reference to `perf_callchain_user_deferred'
2023-11-07 21:48 UTC
extremely slow writes to degraded array
2023-11-07 21:14 UTC (2+ messages)
[Buildroot] [git commit] package/nettle: add missing host-gmp dependency
2023-11-07 21:48 UTC (2+ messages)
[PATCH v3 0/6] media: qcom: camss: Add sc8280xp support
2023-11-07 21:48 UTC (9+ messages)
` [PATCH v3 3/6] media: qcom: camss: csiphy-3ph: Add Gen2 v1.1 two-phase MIPI CSI-2 DPHY init
` [PATCH v3 4/6] media: qcom: camss: Add sc8280xp resource details
` [PATCH v3 5/6] media: qcom: camss: Add sc8280xp support
` [PATCH v3 6/6] media: qcom: camss: vfe-17x: Rename camss-vfe-170 to camss-vfe-17x
[Buildroot] [git commit] package/nettle: add missing dependency on host-m4
2023-11-07 21:48 UTC (2+ messages)
[PATCH v1] spi: Fix null dereference on suspend
2023-11-07 21:47 UTC
Regression in io_uring, leading to data corruption
2023-11-07 21:46 UTC (4+ messages)
[PATCH v11 00/24] Modernize U-Boot shell
2023-11-07 21:41 UTC (23+ messages)
` [PATCH v11 01/24] test: Add framework to test hush behavior
` [PATCH v11 02/24] test: hush: Test hush if/else
` [PATCH v11 03/24] test/py: hush_if_test: Remove the test file
` [PATCH v11 04/24] test: hush: Test hush variable expansion
` [PATCH v11 05/24] test: hush: Test hush commands list
` [PATCH v11 06/24] test: hush: Test hush loops
` [PATCH v11 08/24] cli: Port Busybox 2021 hush to U-Boot
` [PATCH v11 09/24] cli: Add menu for hush parser
` [PATCH v11 10/24] global_data.h: add GD_FLG_HUSH_OLD_PARSER flag
` [PATCH v11 11/24] cmd: Add new cli command
` [PATCH v11 13/24] cli: hush_2021: Enable variables expansion for hush 2021
` [PATCH v11 14/24] cli: hush_2021: Add functions to be called from run_command()
` [PATCH v11 15/24] cli: add hush 2021 as parser for run_command*()
` [PATCH v11 16/24] test: hush: Fix instructions list tests for hush 2021
` [PATCH v11 17/24] test: hush: Fix variable expansion "
` [PATCH v11 18/24] cli: hush_2021: Enable using < and > as string compare operators
` [PATCH v11 19/24] cli: hush_2021: Enable if keyword
` [PATCH v11 20/24] cli: hush_2021: Enable loops
` [PATCH v11 21/24] test: hush: Fix loop tests for hush 2021
` [PATCH v11 22/24] cli: hush_2021: Add upstream commits up to 2nd October 2023
` [PATCH v11 23/24] DO NOT MERGE: only to make CI happy
` [PATCH v11 24/24] DO NOT MERGE: ci: Build the world in any case
[Buildroot] [Bug 15826] New: nodejs modules with native extensions fail to install
2023-11-07 21:45 UTC (2+ messages)
` [Buildroot] [Bug 15826] "
[Intel-xe] [PATCH v6 1/2] Revert "FIXME: drm/i915: xe dpt integration"
2023-11-07 21:44 UTC (2+ messages)
` [Intel-xe] ✓ CI.BAT: success for series starting with [v6,1/2] "
[Buildroot] [Bug 15823] New: Installing nodejs modules with native extensions fails on first run
2023-11-07 21:44 UTC (2+ messages)
` [Buildroot] [Bug 15823] "
[PATCH] PCI: vmd: Enable Hotplug based on BIOS setting on VMD rootports
2023-11-07 21:50 UTC (3+ messages)
[PATCH] Update translations
2023-11-07 21:43 UTC (3+ messages)
[PATCH v3 1/2] libselinux: cast to unsigned char for character handling function
2023-11-07 21:43 UTC (3+ messages)
[PATCH] libsepol: reject unsupported policy capabilities
2023-11-07 21:43 UTC (3+ messages)
[PATCH v2 1/3] libsepol: validate default type of transition is not an attribute
2023-11-07 21:42 UTC (3+ messages)
[PATCH] libselinux/utils: update getdefaultcon
2023-11-07 21:42 UTC (3+ messages)
[PATCH v2] checkpolicy: add round-trip tests
2023-11-07 21:41 UTC (3+ messages)
[PATCH v2 1/2] libsepol: reject avtab entries with invalid specifier
2023-11-07 21:41 UTC (3+ messages)
[RFC PATCH v2 00/20] Zero copy Rx using io_uring
2023-11-07 21:40 UTC (21+ messages)
` [PATCH 01/20] io_uring: add interface queue
` [PATCH 02/20] io_uring: add mmap support for shared ifq ringbuffers
` [PATCH 03/20] netdev: add XDP_SETUP_ZC_RX command
` [PATCH 04/20] io_uring: setup ZC for an Rx queue when registering an ifq
` [PATCH 05/20] io_uring/zcrx: implement socket registration
` [PATCH 06/20] io_uring: add ZC buf and pool
` [PATCH 07/20] io_uring: add ZC pool API
` [PATCH 08/20] skbuff: add SKBFL_FIXED_FRAG and skb_fixed()
` [PATCH 09/20] io_uring: allocate a uarg for freeing zero copy skbs
` [PATCH 10/20] io_uring: delay ZC pool destruction
` [PATCH 11/20] net: add data pool
` [PATCH 12/20] io_uring: add io_recvzc request
` [PATCH 13/20] io_uring/zcrx: propagate ifq down the stack
` [PATCH 14/20] io_uring/zcrx: introduce io_zc_get_rbuf_cqe
` [PATCH 15/20] io_uring/zcrx: add copy fallback
` [PATCH 16/20] net: execute custom callback from napi
` [PATCH 17/20] io_uring/zcrx: copy fallback to ring buffers
` [PATCH 18/20] veth: add support for io_uring zc rx
` [PATCH 19/20] bnxt: use data pool
` [PATCH 20/20] io_uring/zcrx: add multi socket support per Rx queue
[PATCH] secilc/docs: fixes filecon example
2023-11-07 21:40 UTC (3+ messages)
[PATCH] restorecond: compatible with the use of EUID
2023-11-07 21:39 UTC (3+ messages)
[PATCH] sepolicy/manpage.py: make output deterministic
2023-11-07 21:39 UTC (4+ messages)
` [PATCH v2] "
[Buildroot] [PATCH] package/nodejs/nodejs-src: fix arch check on additional modules
2023-11-07 21:39 UTC (2+ messages)
drivers/mux/adg792a.c:134:34: warning: 'adg792a_of_match' defined but not used
2023-11-07 21:39 UTC (3+ messages)
[RESEND v5 0/4] Add support for Vendor Defined Error Types in Einj Module
2023-11-07 21:36 UTC (5+ messages)
` [RESEND v5 1/4] ACPI: APEI: EINJ: Refactor available_error_type_show()
` [RESEND v5 2/4] fs: debugfs: Add write functionality to debugfs blobs
` [RESEND v5 3/4] platform/chrome: cros_ec_debugfs: Fix permissions for panicinfo
` [RESEND v5 4/4] ACPI: APEI: EINJ: Add support for vendor defined error types
[PATCH 5.15 000/125] 5.15.138-rc2 review
2023-11-07 21:37 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-dtschema: bump to version 2023.9
2023-11-07 21:37 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-editables: bump to version 0.5
2023-11-07 21:37 UTC (2+ messages)
folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL
2023-11-07 21:37 UTC (6+ messages)
` cgroups: warning for metadata allocation with GFP_NOFAIL (was Re: folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL)
[Buildroot] [PATCH 1/1] package/python-executing: bump to version 2.0.1
2023-11-07 21:37 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-rpds-py: bump to version 0.12.0
2023-11-07 21:36 UTC (2+ messages)
[PATCH] dt-bindings: soc: Add new board description for MicroBlaze V
2023-11-07 21:36 UTC (7+ messages)
[Buildroot] [git commit] package/nodejs: fix build of modules with native code
2023-11-07 21:34 UTC
[Buildroot] [git commit] package/python-dtschema: bump to version 2023.9
2023-11-07 10:50 UTC
[Buildroot] [git commit] package/nodejs/nodejs-src: fix arch check on additional modules
2023-11-07 21:31 UTC
[Buildroot] [git commit] package/python-executing: bump to version 2.0.1
2023-11-07 10:50 UTC
[Buildroot] [git commit] package/python-editables: bump to version 0.5
2023-11-07 10:50 UTC
[Buildroot] [git commit] package/python-rpds-py: bump to version 0.12.0
2023-11-07 10:51 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.