All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-28 09:16:37 to 2021-03-28 14:30:06 UTC [more...]

[PATCH 0/9] drm/tegra: Various improvements
 2021-03-28 14:29 UTC  (10+ messages)
` [PATCH 6/9] drm/tegra: gem: Add a clarifying comment

[PATCH v2 00/77] media: imx: Miscellaneous fixes and cleanups for i.MX7
 2021-03-28 14:25 UTC  (6+ messages)
` [PATCH] imx7-media-csi: csi2 only

[PATCH v2 00/20] fix checkpatch error on macros
 2021-03-28 14:23 UTC  (6+ messages)
` [PATCH v2 09/20] staging: rtl8723bs: put parentheses on macros with complex values in include/rtw_debug.h
` [PATCH v2 19/20] staging: rtl8723bs: include macro in a do - while loop in core/rtw_security.c

[PATCH v7 0/6] Optionally randomize kernel stack offset each syscall
 2021-03-28 14:18 UTC  (3+ messages)
` [PATCH v7 4/6] x86/entry: Enable random_kstack_offset support

[PATCH v2] xfs/529: Add test for printing deprec. mount options
 2021-03-28 14:18 UTC  (2+ messages)
` [PATCH v2] xfs: "

[BUG / question] in routing rules, some options (e.g. ipproto, sport) cause rules to be ignored in presence of packet marks
 2021-03-28 14:05 UTC 

[PATCH net-next] net/packet: Reset MAC header for direct packet transmission
 2021-03-28 14:08 UTC  (2+ messages)

[PATCH] powerpc/signal32: Fix Oops on sigreturn with unmapped VDSO
 2021-03-28 14:02 UTC  (2+ messages)

Interrupts in pci-aardvark
 2021-03-28 14:09 UTC 

[Cocci] Replacing #define directives with the help of SmPL
 2021-03-28 14:08 UTC  (6+ messages)

What's cooking in git.git (Mar 2021, #07; Mon, 22)
 2021-03-28 13:50 UTC  (2+ messages)

[PATCH v2] PCI: controller: convert to devm_platform_ioremap_resource_byname()
 2021-03-28 13:49 UTC  (3+ messages)

[dpdk-dev] [RFC 1/9] devargs: fix data buffer storage type
 2021-03-28 13:48 UTC  (11+ messages)
` [dpdk-dev] [PATCH v5 0/9] net/mlx5: support SubFunction representor
` [dpdk-dev] [PATCH v5 1/9] common/mlx5: sub-function representor port name parsing
` [dpdk-dev] [PATCH v5 2/9] net/mlx5: support representor of sub function
` [dpdk-dev] [PATCH v5 3/9] net/mlx5: revert setting bonding representor to first PF
` [dpdk-dev] [PATCH v5 4/9] net/mlx5: refactor bonding representor probe
` [dpdk-dev] [PATCH v5 5/9] net/mlx5: support list value of representor PF
` [dpdk-dev] [PATCH v5 6/9] net/mlx5: save bonding member ports information
` [dpdk-dev] [PATCH v5 7/9] net/mlx5: fix setting VF default MAC through representor
` [dpdk-dev] [PATCH v5 8/9] net/mlx5: improve xstats of bonding port
` [dpdk-dev] [PATCH v5 9/9] net/mlx5: probe host PF representor with SubFunction

hppa64-linux-ld: net/ipv4/icmp.o(.init.text+0x50): cannot reach unknown
 2021-03-28 13:35 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/mlx5: add Rx checksum offload flag return bad
 2021-03-28 13:39 UTC  (5+ messages)

Testers wanted: Atom netbooks with x86_64 disabled by BIOS
 2021-03-28 13:30 UTC  (6+ messages)

[PATCH v2 0/4] Knead V4L2 async and fwnode frameworks a little
 2021-03-28 13:27 UTC  (5+ messages)
` [PATCH v2 4/4] v4l: async, fwnode: Improve module organisation

[PATCH v5 00/10] target/ppc: Fix truncation of env->hflags
 2021-03-28 13:09 UTC  (7+ messages)
` [PATCH v5 10/10] target/ppc: Validate hflags with CONFIG_DEBUG_TCG

[Rust for Linux] Call Sunday 2021-03-28 18:00 UTC
 2021-03-28 13:23 UTC  (5+ messages)

[Bug 201957] New: amdgpu: ring gfx timeout
 2021-03-28 13:19 UTC  (2+ messages)
` [Bug 201957] "

[PATCH v5 00/19] fsck: API improvements
 2021-03-28 13:15 UTC  (21+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/19] fsck.c: refactor and rename common config callback
  ` [PATCH v6 02/19] fsck.h: use designed initializers for FSCK_OPTIONS_{DEFAULT,STRICT}
  ` [PATCH v6 03/19] fsck.h: use "enum object_type" instead of "int"
  ` [PATCH v6 04/19] fsck.c: rename variables in fsck_set_msg_type() for less confusion
  ` [PATCH v6 05/19] fsck.c: remove (mostly) redundant append_msg_id() function
  ` [PATCH v6 06/19] fsck.c: rename remaining fsck_msg_id "id" to "msg_id"
  ` [PATCH v6 07/19] fsck.c: refactor fsck_msg_type() to limit scope of "int msg_type"
  ` [PATCH v6 08/19] fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
  ` [PATCH v6 09/19] fsck.h: re-order and re-assign "enum fsck_msg_type"
  ` [PATCH v6 10/19] fsck.c: call parse_msg_type() early in fsck_set_msg_type()
  ` [PATCH v6 11/19] fsck.c: undefine temporary STR macro after use
  ` [PATCH v6 12/19] fsck.c: give "FOREACH_MSG_ID" a more specific name
  ` [PATCH v6 13/19] fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.h
  ` [PATCH v6 14/19] fsck.c: pass along the fsck_msg_id in the fsck_error callback
  ` [PATCH v6 15/19] fsck.c: add an fsck_set_msg_type() API that takes enums
  ` [PATCH v6 16/19] fsck.c: move gitmodules_{found,done} into fsck_options
  ` [PATCH v6 17/19] fetch-pack: don't needlessly copy fsck_options
  ` [PATCH v6 18/19] fetch-pack: use file-scope static struct for fsck_options
  ` [PATCH v6 19/19] fetch-pack: use new fsck API to printing dangling submodules

[PATCH] greybus: remove stray nul byte in apb_log_enable_read output
 2021-03-28 13:15 UTC  (4+ messages)
` [greybus-dev] "

[meta-oe][gatesgarth][PATCH] libcroco: Add fix for CVE-2020-12825
 2021-03-28 13:14 UTC 

[dpdk-dev] [PATCH] eal: update all buses default scan mode
 2021-03-28 13:14 UTC  (8+ messages)
` [dpdk-dev] [PATCH v1] "

[qemu-mainline test] 160477: regressions - FAIL
 2021-03-28 13:13 UTC 

[PATCH 1/1] efi_loader: improve documentation of enum efi_test_phase
 2021-03-28 13:05 UTC  (2+ messages)

[meta-oe][master][PATCH] libcroco: Add fix for CVE-2020-12825
 2021-03-28 13:03 UTC 

[PATCH v1 1/8] software node: Free resources explicitly when swnode_register() fails
 2021-03-28 13:02 UTC  (11+ messages)
` [PATCH v1 3/8] software node: Show properties and their values in sysfs
` [PATCH v1 5/8] software node: Imply kobj_to_swnode() to be no-op
` [PATCH v1 6/8] software node: Simplify swnode_register() a bit

[PATCH v12 0/2] UIO support for dfl devices
 2021-03-28 12:58 UTC  (3+ messages)

[PATCH v8] add support for pci in the pvpanic driver
 2021-03-28 12:57 UTC  (2+ messages)

[PATCH 0/5] Fix some tests that fail for exfat FS
 2021-03-28 13:12 UTC  (6+ messages)
` [PATCH 2/5] g/87,88,125,126,128,193,314,317,355: Add _require_chown/chmod
` [PATCH 4/5] generic/554: hide permision warning on exfat

[PATCH] Documentation: updated documentation for git commit --date
 2021-03-28 12:54 UTC  (2+ messages)
` [PATCH v2] "

[PATCH -next] applicom: fix some err codes returned by ac_ioctl
 2021-03-28 12:51 UTC  (3+ messages)

[PATCH v7 0/5] misc: Add Add Synopsys DesignWare xData IP driver
 2021-03-28 12:50 UTC  (8+ messages)
` [PATCH v7 1/5] misc: "
` [PATCH v7 2/5] misc: Add Synopsys DesignWare xData IP driver to Makefile and Kconfig
` [PATCH v7 5/5] docs: ABI: Add sysfs documentation interface of dw-xdata-pcie driver

[GSOC][PATCH] userdiff: add support for Scheme
 2021-03-28 12:45 UTC  (9+ messages)

[PATCH] scripts/spdxcheck.py: Fix a typo
 2021-03-28 12:42 UTC  (2+ messages)

[PATCH] kgdbts: Switch to do_sys_openat2() for breakpoint testing
 2021-03-28 12:40 UTC  (2+ messages)

[PATCH 0/2] iio: sx9310: Add debouncer-depth parameters
 2021-03-28 12:32 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH -next 1/6] staging: rtl8723bs: ieee80211: remove unused variable
 2021-03-28 12:33 UTC  (4+ messages)
` [PATCH -next 2/6] staging: rtl8723bs: mlme: remove unused variables

[PATCH 1/2] mt76: mt7615: limit firmware log message printk to buffer length
 2021-03-28 12:31 UTC  (2+ messages)
` [PATCH 2/2] mt76: mt7915: "

Disk usage difference in the output of `btrfs fi show` vs. `btrfs fi du`
 2021-03-28 12:28 UTC 

[PATCH net-next] qrtr: move to staging
 2021-03-28 12:26 UTC 

Current Linux kernels working on rx2800 again
 2021-03-28 12:26 UTC  (2+ messages)

[PATCH v10 0/6] MTE support for KVM guest
 2021-03-28 12:21 UTC  (6+ messages)
` [PATCH v10 2/6] arm64: kvm: Introduce MTE VM feature

[PATCH 1/1] fs: fat: fix file_fat_detectfs()
 2021-03-28 12:23 UTC  (3+ messages)

main - tests: sleep tunning
 2021-03-28 12:23 UTC 

main - tests: add aux remove_dm_devs
 2021-03-28 12:23 UTC 

main - tests: bash quotes
 2021-03-28 12:23 UTC 

main - tests: test_pv_symlinks works only with /dev dir
 2021-03-28 12:23 UTC 

main - tests: fix unfinished check for 4.18 kernel
 2021-03-28 12:23 UTC 

patch "tty: fix memory leak in vc_deallocate" added to tty-testing
 2021-03-28 12:17 UTC 

[PATCH] spi: pl022: User more sensible defaults
 2021-03-28 12:15 UTC 

[PATCH next 2/2] misc: Add Renesas Synchronization Management Unit (SMU) support
 2021-03-28 12:13 UTC  (2+ messages)

[PATCH v4 bpf-next 00/12] BPF static linking
 2021-03-28 12:03 UTC  (6+ messages)
` [PATCH v4 bpf-next 07/12] libbpf: add BPF static linker BTF and BTF.ext support

[PATCH bpf-next] bpf: tcp: Remove comma which is causing build error
 2021-03-28 12:05 UTC  (2+ messages)

Makefile: Use standard variables and locations
 2021-03-28 11:57 UTC  (3+ messages)

[PATCH v4 0/2] Submission of XillyUSB driver
 2021-03-28 11:46 UTC  (8+ messages)
` [PATCH v4 1/2] char: xillybus: Move class-related functions to new xillybus_class.c

[PATCH v5 0/7] riscv: Add qspinlock/qrwlock
 2021-03-28 11:36 UTC  (6+ messages)
` [PATCH v5 4/7] powerpc/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
    ` [OpenRISC] "

[dpdk-dev] [PATCH] net/mlx5: fix using flow tunnel before null check
 2021-03-28 11:39 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH mvebu v2 00/10] Armada 37xx: Fix cpufreq changing base CPU speed to 800 MHz from 1000 MHz
 2021-03-28 11:31 UTC  (5+ messages)
` [PATCH mvebu v3 "

[RFC PATCH bpf-next 0/4] bpf: Tracing programs re-attach
 2021-03-28 11:26 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/4] bpf: Allow trampoline re-attach
` [RFC PATCH bpf-next 2/4] selftests/bpf: Add re-attach test to fentry_test
` [RFC PATCH bpf-next 3/4] selftests/bpf: Add re-attach test to fexit_test
` [RFC PATCH bpf-next 4/4] selftests/bpf: Test that module can't be unloaded with attached trampoline

[PATCH v4 1/5] powercap/drivers/dtpm: Encapsulate even more the code
 2021-03-28 11:24 UTC  (7+ messages)
` [PATCH v4 2/5] powercap/drivers/dtpm: Create a registering system

[PATCH 1/2] ACPI: scan: Move acpi_scan_dep_init() higher up in scan.c
 2021-03-28 11:20 UTC  (2+ messages)
` [PATCH 2/2] ACPI: scan: Fix _STA getting called on devices with unmet dependencies

[PATCH] arm64: move --fix-cortex-a53-843419 linker test to Kconfig
 2021-03-28 11:12 UTC  (4+ messages)

[PATCH] ASoC: audio-graph-card: Add audio mixer for Motorola mdm6600
 2021-03-28 11:07 UTC  (2+ messages)

[PATCH] powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configuration
 2021-03-28 11:06 UTC  (2+ messages)

[PATCH 0/3] git-completion.bash: improvements to _git_stash()
 2021-03-28 11:04 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] git-completion.bash: pass $__git_subcommand_idx from __git_main()
  ` [PATCH v2 2/3] git-completion.bash: extract from else in _git_stash()
  ` [PATCH v2 3/3] git-completion.bash: use __gitcomp_builtin() "

[issue] Can't connect to a WPA2-Enterprise network: 4-way handshake timeout
 2021-03-28 11:05 UTC 

xfstests generic/476 failed on btrfs(errno=-12 Out of memory, kernel 5.11.10)
 2021-03-28 10:56 UTC  (3+ messages)

[Cocci] Searching only for header files with the Coccinelle software
 2021-03-28 10:48 UTC  (3+ messages)

[PATCH v3] [GSOC]trailer: pass arg as positional parameter
 2021-03-28 10:46 UTC  (5+ messages)
` [PATCH v4] "

[GIT PULL] x86 fixes
 2021-03-28 10:44 UTC 

[PATCH] kconfig: nconf: stop endless search-up loops
 2021-03-28 10:37 UTC  (8+ messages)
` [PATCH v2] "

stable-rc/queue/4.19 baseline: 89 runs, 4 regressions (v4.19.183-58-ga572ed1c941f7)
 2021-03-28 10:38 UTC 

[PATCH v3 0/4] scsi: add runtime PM workaround for SD cardreaders
 2021-03-28 10:25 UTC  (5+ messages)
` [PATCH v3 1/4] scsi: add expecting_media_change flag to error path
` [PATCH v3 2/4] scsi: devinfo: add new flag BLIST_MEDIA_CHANGE
` [PATCH v3 3/4] scsi: sd: use expecting_media_change for BLIST_MEDIA_CHANGE devices
` [PATCH v3 4/4] scsi: devinfo: add BLIST_MEDIA_CHANGE for Ultra HS-SD/MMC usb cardreaders

[GIT PULL] locking fix
 2021-03-28 10:28 UTC 

stable-rc/queue/5.10 baseline: 150 runs, 3 regressions (v5.10.26-195-ge081b1bfa89f5)
 2021-03-28 10:18 UTC 

[PATCH] Documentation: amended usages of various (sub)commands
 2021-03-28 10:16 UTC  (2+ messages)
` [PATCH v2] Documentation: make (sub)command options conform to TD of option parsing

[libvirt test] 160490: regressions - FAIL
 2021-03-28 10:15 UTC 

[PATCH v2 1/3] iommu: io-pgtable: add DART pagetable format
 2021-03-28 10:13 UTC  (7+ messages)

[Buildroot] [PATCH v2 1/1] package/qt5webkit: fix ICU related compile failures from capital bool defines
 2021-03-28 10:14 UTC  (2+ messages)

[PATCH v2 3/3] iommu: dart: Add DART iommu driver
 2021-03-28 10:11 UTC  (5+ messages)

[Buildroot] [git commit] package/qt5webkit: fix ICU related compile failures from capital bool defines
 2021-03-28 10:12 UTC 

[Bug 212449] New: DDC requires amdgpu.dc=0, HDMI sound requires amdgpu.dc=1. Make them work together!
 2021-03-28 10:11 UTC  (10+ messages)
` [Bug 212449] "

[PATCH v2] net:qrtr: fix atomic idr allocation in qrtr_port_assign()
 2021-03-28 10:04 UTC  (7+ messages)

[Ksummit-discuss] FYI & RFC: obsoleting reporting-bugs and making reporting-issues official
 2021-03-28 10:03 UTC  (6+ messages)
` [Ksummit-discuss] [1/5] reporting-issues: header and TLDR
  `  "

stable-rc/queue/4.14 baseline: 52 runs, 4 regressions (v4.14.227-47-g288d6b37d6f3)
 2021-03-28 10:02 UTC 

[PATCH 1/1] efi_loader: documentation codepage_437[]
 2021-03-28 10:00 UTC 

[PATCH 1/1] Adding some Roland devices' USB digital audio
 2021-03-28  9:55 UTC  (4+ messages)

[PATCH v2 1/1] PCI: pciehp: Skip DLLSC handling if DPC is triggered
 2021-03-28  9:53 UTC  (11+ messages)

[xen-unstable-coverity test] 160495: all pass - PUSHED
 2021-03-28  9:49 UTC 

[Buildroot] [PATCH v2 1/1] package/samba4: bump version to 4.14.2
 2021-03-28  9:45 UTC 

Sound issues with the 5.10.x kernel (alsa)
 2021-03-28  9:29 UTC  (4+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-03-27
 2021-03-28  9:29 UTC 

[PATCH 0/7] improve reporting of unexpected objects
 2021-03-28  9:27 UTC  (3+ messages)
` [PATCH v2 00/10] "

[linux-linus test] 160473: regressions - FAIL
 2021-03-28  9:25 UTC 

[PATCH] coccinelle: misc: add swap script
 2021-03-28  9:19 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 0/3] Apple M1 DART IOMMU driver
 2021-03-28  9:22 UTC  (5+ messages)
` [PATCH v2 2/3] dt-bindings: iommu: add DART iommu bindings

[dpdk-dev] [PATCH 0/6] Add Marvell CNXK mempool driver
 2021-03-28  9:22 UTC  (5+ messages)
` [dpdk-dev] [PATCH 4/6] mempool/cnxk: add base cn10k mempool ops
` [dpdk-dev] [PATCH 5/6] mempool/cnxk: add cn10k batch enqueue/dequeue support

[Cocci] [PATCH] scripts/coccinelle: Add script to detect sign extension
 2021-03-19  3:36 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.