All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-06 18:54:47 to 2021-11-06 21:47:16 UTC [more...]

[PATCH 2/5] cat-file: mention --unordered along with --batch-all-objects
 2021-11-06 21:46 UTC  (8+ messages)
` [PATCH 00/10] cat-file: better usage UX & error messages
  ` [PATCH 01/10] cat-file tests: test bad usage
  ` [PATCH 02/10] cat-file tests: test messaging on bad objects/paths
  ` [PATCH 03/10] parse-options API: add a usage_msg_optf()
  ` [PATCH 04/10] cat-file docs: fix SYNOPSIS and "-h" output
  ` [PATCH 05/10] cat-file: move "usage" variable to cmd_cat_file()
  ` [PATCH 06/10] cat-file: make --batch-all-objects a CMDMODE

[RFC PATCH v3 5/5] PCI/ASPM: Remove unncessary linked list from aspm.c
 2021-11-06 21:47 UTC  (2+ messages)

[GIT PULL] PCI changes for v5.16
 2021-11-06 21:43 UTC  (2+ messages)

[PATCH] driver core: Switch to using the new API kobj_to_dev()
 2021-11-06 21:41 UTC  (3+ messages)

[PATCH] PCI: xgene-msi: Use bitmap_zalloc() when applicable
 2021-11-06 21:36 UTC  (3+ messages)

More eager discard behaviour
 2021-11-06 21:36 UTC  (3+ messages)

[PATCH 0/5] x86: Show in sysfs if a memory node is able to do encryption
 2021-11-06 21:35 UTC  (2+ messages)

[PULL REQUEST] i2c for v5.16
 2021-11-06 21:33 UTC 

r8188eu driver in 5.15 only shows wifi networks on channel 11
 2021-11-06 21:33 UTC  (17+ messages)

[Alsa-user] USB audio on riscv64
 2021-11-06 21:32 UTC  (9+ messages)

[PATCH v2 00/11] fix bug, use existing enums
 2021-11-06 21:31 UTC  (5+ messages)
` [PATCH v3 00/10] fix bug, use more enums
  ` [PATCH v3 03/10] parse-options.[ch]: consistently use "enum parse_opt_result"

[RFC PATCH] receive-pack: run post-receive before reporting status
 2021-11-06 21:32 UTC  (3+ messages)

[PATCH] Makefile: replace most hardcoded object lists with $(wildcard)
 2021-11-06 21:13 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] "

[PATCH -next] i2c: xgene-slimpro: Fix wrong pointer passed to PTR_ERR()
 2021-11-06 21:28 UTC  (2+ messages)

[xen-unstable test] 166069: tolerable FAIL
 2021-11-06 21:27 UTC 

incoming
 2021-11-06 21:20 UTC  (8+ messages)
` [patch 149/262] mm/vmscan: throttle reclaim until some writeback completes if congested

[PATCH bpf-next] perf build: Install libbpf headers locally when building
 2021-11-06 21:20 UTC  (6+ messages)
      ` [BUG] "

[dborkman-bpf:pr/bpf-tstamp 3/3] drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c:2482:44: warning: shift count >= width of type
 2021-11-06 21:12 UTC  (7+ messages)

[Buildroot] [PATCH] Revert "package/luajit: back to mainline and bump to 05f1984e"
 2021-11-06 21:19 UTC  (2+ messages)

ld.lld: error: undefined symbol: __clk_is_enabled
 2021-11-06 21:18 UTC  (2+ messages)

[PATCH/RFT] fbdev driver for HP Visualize FX cards
 2021-11-06 21:02 UTC  (6+ messages)

[OE-core] [PATCH v2] sstate: another fix for touching files inside pseudo
 2021-11-06 21:18 UTC  (2+ messages)

Unable to get DHCP after join wlan0 WIFI mesh network
 2021-11-06 21:17 UTC  (3+ messages)

stable-rc/queue/5.14 baseline: 176 runs, 1 regressions (v5.14.16-16-ga123603c0195)
 2021-11-06 21:13 UTC 

[PATCH 0/8] grep: simplify & delete code by changing obscure cfg variable behavior
 2021-11-06 21:10 UTC  (9+ messages)
` [PATCH 1/8] grep.h: remove unused "regex_t regexp" from grep_opt
` [PATCH 2/8] git.c & grep.c: assert that "prefix" is NULL or non-zero string
` [PATCH 3/8] grep: remove unused "prefix_length" member
` [PATCH 4/8] grep.c: move "prefix" out of "struct grep_opt"
` [PATCH 5/8] log tests: check if grep_config() is called by "log"-like cmds
` [PATCH 6/8] grep API: call grep_config() after grep_init()
` [PATCH 7/8] grep: simplify config parsing, change grep.<rx config> interaction
` [PATCH 8/8] grep: make "extendedRegexp=true" the same as "patternType=extended"

[freescale-fslc:5.10-2.1.x-imx 5406/15146] drivers/gpu/drm/bridge/cadence/cdns-mhdp-common.c:156:5: warning: no previous prototype for function 'mhdp_mailbox_read'
 2021-11-06 21:11 UTC 

[dunfell][PATCH] piglit: upgrade to latest revision
 2021-11-06 21:10 UTC  (4+ messages)
` [OE-core] "

[PATCH 00/16] Makefiles: dependency correctness & speedup
 2021-11-06 21:03 UTC  (17+ messages)
` [PATCH 01/16] Makefile: don't set up "perl/build" rules under NO_PERL=Y
` [PATCH 02/16] Makefile: clean perl/build/ even with NO_PERL=Y
` [PATCH 03/16] Makefile: remove "mv $@ $@+" dance redundant to .DELETE_ON_ERROR
` [PATCH 04/16] Makefile: move Perl-only variable assignments under !NO_PERL
` [PATCH 05/16] Makefile: correct "GIT-PERL-{DEFINES,HEADER}" dependency graph
` [PATCH 06/16] Makefile: don't have Perl over-depend on GIT-BUILD-OPTIONS
` [PATCH 07/16] Makefile: create a GIT-PYTHON-DEFINES, like "PERL"
` [PATCH 08/16] Makefile: stop needing @@GIT_VERSION@@ in *.perl scripts
` [PATCH 09/16] Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it
` [PATCH 10/16] Makefile: move $(comma), $(empty) and $(space) to shared.mak
` [PATCH 11/16] Makefile: re-add and use the "shellquote" macros
` [PATCH 12/16] Makefile: add a "TRACK_template" for GIT-*{FLAGS,DEFINES,...}
` [PATCH 13/16] Makefile: add "$(QUIET)" boilerplate to shared.mak
` [PATCH 14/16] Makefile: use $(wspfx) for $(QUIET...) in shared.mak
` [PATCH 15/16] Makefiles: add and use wildcard "mkdir -p" template
` [PATCH 16/16] Makefile: don't invoke msgfmt with --statistics

drivers/gpu/drm/i915/gvt/gtt.c:1152: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-11-06 21:01 UTC  (2+ messages)

[iptables PATCH 00/10] Share more code with legacy
 2021-11-06 20:57 UTC  (11+ messages)
` [iptables PATCH 01/10] xshared: Merge and share parse_chain()
` [iptables PATCH 02/10] nft: Change whitespace printing in save_rule callback
` [iptables PATCH 03/10] xshared: Share print_iface() function
` [iptables PATCH 04/10] xshared: Share save_rule_details() with legacy
` [iptables PATCH 05/10] xshared: Share save_ipv{4,6}_addr() "
` [iptables PATCH 06/10] xshared: Share print_rule_details() "
` [iptables PATCH 07/10] xshared: Share print_fragment() "
` [iptables PATCH 08/10] xshared: Share print_header() with legacy iptables
` [iptables PATCH 09/10] nft-shared: Drop unused function print_proto()
` [iptables PATCH 10/10] xshared: Make load_proto() static

[PATCH v2 00/45] Introduce power-off+restart call chain API
 2021-11-06 20:54 UTC  (5+ messages)
` [PATCH v2 27/45] mfd: ntxec: Use devm_register_power_handler()

[dpdk-dev] [PATCH 00/11] add FreeBSD support to VMBUS & NetVSC PMDs
 2021-11-06 20:54 UTC  (9+ messages)
` [dpdk-dev] [PATCH 01/11] bus/vmbus: stub for FreeBSD support
` [dpdk-dev] [PATCH 08/11] net/netvsc: moving event monitoring support
` [dpdk-dev] [PATCH 09/11] net/netvsc: moving hotplug retry to OS dir
` [dpdk-dev] [PATCH 10/11] bus/vmbus: add meson support for FreeBSD OS

[iptables PATCH] xlate-test: Print full path if testing all files
 2021-11-06 20:52 UTC 

[dpdk-dev] [PATCH 11/11] net/netvsc: add meson support for FreeBSD
 2021-11-06 20:50 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 "

[dpdk-dev] [PATCH 05/11] bus/vmbus: open subchannels
 2021-11-06 20:49 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 "

[PATCH] tty: vt: keyboard: do not copy an extra-byte in copy_to_user
 2021-11-06 20:48 UTC  (12+ messages)

[iptables PATCH] Unbreak xtables-translate
 2021-11-06 20:45 UTC 

[PATCH] parisc: Fix code/instruction patching on PA1.x machines
 2021-11-06 20:42 UTC  (6+ messages)

[PULL 0/6] Egl 20211105 patches
 2021-11-06 20:32 UTC  (3+ messages)
` [PULL 4/6] ui/gtk-egl: guest fb texture needs to be regenerated when reinitializing egl

[RFC PATCH bpf-next 0/2] introduce bpf_strncmp() helper
 2021-11-06 20:32 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/2] bpf: add bpf_strncmp helper

[PATCH] platform: finally disallow IRQ0 in platform_get_irq() and its ilk
 2021-11-06 20:26 UTC 

[PATCH bpf 0/2] bpf: Fix out-of-bound issue when jit-ing bpf_pseudo_func
 2021-11-06 20:25 UTC  (2+ messages)

[PATCH 3/3] ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyring
 2021-11-06 20:22 UTC  (3+ messages)

[PATCH 00/20] btrfs-progs: extent tree v2 global root support prep work
 2021-11-06 20:17 UTC  (3+ messages)

[RFC PATCH] ARM: s3c: mark as deprecated and schedule removal after 2022
 2021-11-06 20:13 UTC  (7+ messages)

[PATCH 1/2] can: mcp251xfd: mcp251xfd_irq(): add missing can_rx_offload_threaded_irq_finish() in case of bus off
 2021-11-06 20:15 UTC  (2+ messages)
` [PATCH 2/2] can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip_rx_int_enable()

stable-rc/queue/4.14 baseline: 146 runs, 1 regressions (v4.14.254-7-g8fa9029bb41d)
 2021-11-06 20:13 UTC 

[dhowells-fs:fscache-rewrite-indexing 76/77] fs/cachefiles/io.c:480:6: error: variable 'ret' is used uninitialized whenever 'if' condition is false
 2021-11-06 20:10 UTC  (2+ messages)

[syzbot] possible deadlock in ktime_get_coarse_ts64
 2021-11-06 20:07 UTC  (6+ messages)

Removal of printk safe buffers delays NMI context printk
 2021-11-06 20:05 UTC  (10+ messages)

[PATCH] perf: Use __BYTE_ORDER__
 2021-11-06 20:02 UTC  (2+ messages)

[PATCH bpf-next v1 0/6] Change bpftool, libbpf, selftests to force GNU89 mode
 2021-11-06 20:02 UTC  (3+ messages)

[PATCH bpf-next] libbpf: fix non-C89 loop variable declaration in gen_loader.c
 2021-11-06 19:56 UTC  (3+ messages)

[PATCH 0/3] drm/shmem-helper: Cleanup public interface
 2021-11-06 19:54 UTC  (5+ messages)
` [PATCH 2/3] drm/shmem-helper: Export dedicated wrappers for GEM object functions

[PATCH 0/3] perf inject: Add vmlinux and ignore-vmlinux arguments
 2021-11-06 19:53 UTC  (4+ messages)
` [PATCH 3/3] "

[PATCH v2] fwupd: add new recipe
 2021-11-06 19:51 UTC  (2+ messages)
` [oe] "

[PATCH 0/3] perf arm-spe: Track pid/tid for Arm SPE samples
 2021-11-06 19:49 UTC  (5+ messages)
` [PATCH 1/3] perf arm-spe: Track task context switch for cpu-mode events

[PATCH] perf metric: Fix memory leaks
 2021-11-06 19:51 UTC  (2+ messages)

[PATCH 2/2] drm: Remove CONFIG_DRM_KMS_CMA_HELPER option
 2021-11-06 19:49 UTC  (6+ messages)

[PATCH] perf symbol: ignore $a/$d symbols for ARM modules
 2021-11-06 19:48 UTC  (3+ messages)

[PATCH 0/2] hw: m68k: add missing virt machine types
 2021-11-06 19:41 UTC  (3+ messages)
` [PATCH 1/2] hw: m68: virt: Add compat machines for 6.1
` [PATCH 2/2] hw: m68: virt: Add compat machines for 6.2

[RESEND PATCH v2 0/2] drm: Small CMA cleanups
 2021-11-06 19:35 UTC  (12+ messages)
` [PATCH v2 1/2] drm/mipi-dbi: Remove dependency on GEM CMA helper library
` [PATCH v2 2/2] drm: Remove CONFIG_DRM_KMS_CMA_HELPER option

[PATCH] eap: Remove nested function use
 2021-11-06 19:34 UTC 

[PATCH v2] mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is set
 2021-11-06 19:34 UTC  (2+ messages)

[PATCH] perf/test: Test case 27 broken on s390 in linux-next
 2021-11-06 19:32 UTC  (2+ messages)

[superna9999:amlogic/v5.16/drm-meson-rework 4/8] drivers/gpu/drm/meson/meson_encoder_hdmi.c:312:5: warning: no previous prototype for function 'meson_encoder_hdmi_init'
 2021-11-06 19:30 UTC  (2+ messages)

[PATCH v4 0/1] hw/hyperv/vmbus: Is it maintained?
 2021-11-06 19:28 UTC  (2+ messages)

[PATCH] perf tools: Enable warnings through HOSTCFLAGS
 2021-11-06 19:27 UTC  (2+ messages)

[PATCH -next] ataflop: Add missing semicolon to return statement
 2021-11-06 19:27 UTC  (2+ messages)

stable-rc/queue/4.9 baseline: 135 runs, 1 regressions (v4.9.289-5-ga04f0d029c20)
 2021-11-06 19:25 UTC 

[PATCH] arm64: dts: qcom: Add support for SONY Xperia XZ2 / XZ2C / XZ3 (Tama platform)
 2021-11-06 19:18 UTC  (2+ messages)

[linux-linus test] 166064: regressions - FAIL
 2021-11-06 19:24 UTC 

[PATCH v3] perf evsel: Fix missing exclude_{host,guest} setting
 2021-11-06 19:24 UTC  (4+ messages)

drivers/i2c/busses/i2c-mxs.c:802:18: warning: cast to smaller integer type 'enum mxs_i2c_devtype' from 'const void *'
 2021-11-06 19:22 UTC  (2+ messages)

[PATCH] mm/kmemleak: Avoid scanning potential huge holes
 2021-11-06 19:20 UTC  (3+ messages)

[PATCH v4] perf evsel: Fix missing exclude_{host,guest} setting
 2021-11-06 19:19 UTC  (3+ messages)

[qemu-mainline test] 166065: tolerable FAIL - PUSHED
 2021-11-06 19:17 UTC 

[PATCH v2 0/4] hw/isa: Remove unuseful qemu_allocate_irqs() call
 2021-11-06 19:13 UTC  (3+ messages)

[patch 080/262] lazy tlb: allow lazy tlb mm refcounting to be configurable
 2021-11-06 19:10 UTC  (3+ messages)

[PATCH v3] staging: vt6655: fix camelcase byData in card.c
 2021-11-06 19:06 UTC  (2+ messages)

[PATCH] ARM: drop cc-option fallbacks for architecture selection
 2021-11-06 19:04 UTC  (4+ messages)

[PATCH 1/2] perf bpf: Avoid memory leak from perf_env__insert_btf
 2021-11-06 19:03 UTC  (4+ messages)
` [PATCH 2/2] perf bpf: Add missing free to bpf_event__print_bpf_prog_info

[PATCH v2] tty: vt: keyboard: initialize "kbs" so that kfree(kbs) runs fine even if kbs is not kmalloced
 2021-11-06 18:59 UTC  (3+ messages)

[libvirt test] 166067: regressions - FAIL
 2021-11-06 18:56 UTC 

ld.lld: error: init/built-in.a(main.o):(function __traceiter_initcall_level: .text+0x24): relocation R_RISCV_HI20 out of range: 527700 is not in [-524288, 524287]; references __tracepoint_initcall_level
 2021-11-06 18:55 UTC  (2+ messages)

[patch 071/262] mm/memory.c: use correct VMA flags when freeing page-tables
 2021-11-06 18:54 UTC  (3+ messages)

[meta-oe][PATCH] ntpsec: require x11 in DISTRO_FEATURES
 2021-11-06 18:54 UTC 


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.