All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-06 21:24:54 to 2021-01-06 22:42:03 UTC [more...]

[PATCH] jobs: Block signals during tcsetpgrp
 2021-01-06 22:41 UTC  (3+ messages)

VTL emulation, no barcodes shown in mtx
 2021-01-06 22:41 UTC  (4+ messages)
  ` [PATCH] "

[PATCH v2] x86: fix enqcmds() sparse warning
 2021-01-06 22:40 UTC 

[PATCH v2] x86: fix movdir64b() sparse warning
 2021-01-06 22:40 UTC 

Are AER corrected errors worrying?
 2021-01-06 22:40 UTC  (9+ messages)

[PATCH net-next] net: phy: replace mutex_is_locked with lockdep_assert_held in phylib
 2021-01-06 22:39 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/selftests: Skip unstable timing measurements
 2021-01-06 22:39 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MST
 2021-01-06 22:38 UTC  (2+ messages)
` [Intel-gfx] "

[RFC PATCH 00/23] KVM SGX virtualization support
 2021-01-06 22:38 UTC  (13+ messages)
` [RFC PATCH 02/23] x86/sgx: Add enum for SGX_CHILD_PRESENT error code
` [RFC PATCH 04/23] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [RFC PATCH 05/23] x86/cpu/intel: Allow SGX virtualization without Launch Control support

[PATCH 0/5] avoid peeking into `struct lock_file`
 2021-01-06 22:36 UTC  (4+ messages)

[PATCH v2 mips-next 0/4] MIPS: vmlinux.lds.S sections fix & cleanup
 2021-01-06 22:36 UTC  (8+ messages)
` [PATCH v2 mips-next 1/4] MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() section
  ` [PATCH v2 mips-next 2/4] MIPS: vmlinux.lds.S: add ".gnu.attributes" to DISCARDS
  ` [PATCH v2 mips-next 4/4] MIPS: select ARCH_WANT_LD_ORPHAN_WARN

[PATCH 1/4] sanity: Bump min python version to 3.6
 2021-01-06 22:36 UTC  (4+ messages)
` [PATCH 2/4] qemu: Upgrade 5.1.0->5.2.0
` [PATCH 3/4] qemu: Drop vm reservation changes to resolve build issues
` [PATCH 4/4] pseudo: Add lchmod wrapper

Aarch64 EXT4FS inode checksum failures - seems to be weak memory ordering issues
 2021-01-06 22:32 UTC  (9+ messages)

[PATCH next] net: dsa: print error on invalid port index
 2021-01-06 22:33 UTC  (2+ messages)

[Bug 1909921] [NEW] Raspberry Pi 4 qemu:handle_cpu_signal received signal outside vCPU context @ pc=0xffff87709b0e
 2021-01-06 22:22 UTC  (3+ messages)
` [Bug 1909921] "

stable-rc/queue/4.14 build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.213-28-g9affacc59660e)
 2021-01-06 22:30 UTC 

[PATCH v2] f2fs: fix to keep isolation of atomic write
 2021-01-06 22:28 UTC  (3+ messages)
  ` [f2fs-dev] "

[Bug 211065] New: drm:dm_restore_drm_connector_state [amdgpu] *ERROR* Restoring old state failed with -12
 2021-01-06 22:28 UTC  (3+ messages)
` [Bug 211065] "

[pull] amdgpu drm-fixes-5.11
 2021-01-06 22:27 UTC  (2+ messages)

[PATCH v3 00/13] io_uring: buffer registration enhancements
 2021-01-06 22:22 UTC  (5+ messages)
` [PATCH v3 08/13] io_uring: implement fixed buffers registration similar to fixed files

New orphan worktree?
 2021-01-06 22:25 UTC  (7+ messages)

linux-next: build warning after merge of the origin tree
 2021-01-06 22:23 UTC  (2+ messages)

[PATCH v5 23/23] mktag: add a --no-strict option
 2021-01-06 22:21 UTC  (3+ messages)
` [PATCH v6 23/23] mktag: add a --[no-]strict option

git-bugreport-2021-01-06-1209.txt (git can't deal with special characters)
 2021-01-06 22:21 UTC  (4+ messages)

[PATCH v4 15/17] x86/hyperv: implement an MSI domain for root partition
 2021-01-06 22:21 UTC  (4+ messages)

[RFC PATCH] fs: block_dev: compute nr_vecs hint for improving writeback bvecs allocation
 2021-01-06 22:21 UTC  (4+ messages)

[PATCH net-next 0/3] r8169: small improvements
 2021-01-06 22:18 UTC  (3+ messages)
` [PATCH net-next 1/3] r8169: replace BUG_ON with WARN in _rtl_eri_write

[RESEND PATCH net-next v1 00/13] Generic zcopy_* functions
 2021-01-06 22:18 UTC  (14+ messages)
` [RESEND PATCH net-next v1 01/13] skbuff: remove unused skb_zcopy_abort function
` [RESEND PATCH net-next v1 02/13] skbuff: simplify sock_zerocopy_put
` [RESEND PATCH net-next v1 03/13] skbuff: Push status and refcounts into sock_zerocopy_callback
` [RESEND PATCH net-next v1 04/13] skbuff: replace sock_zerocopy_put() with skb_zcopy_put()
` [RESEND PATCH net-next v1 05/13] skbuff: replace sock_zerocopy_get with skb_zcopy_get
` [RESEND PATCH net-next v1 06/13] skbuff: Add skb parameter to the ubuf zerocopy callback
` [RESEND PATCH net-next v1 07/13] skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort
` [RESEND PATCH net-next v1 08/13] skbuff: Call skb_zcopy_clear() before unref'ing fragments
` [RESEND PATCH net-next v1 09/13] skbuff: rename sock_zerocopy_* to msg_zerocopy_*
` [RESEND PATCH net-next v1 10/13] net: group skb_shinfo zerocopy related bits together
` [RESEND PATCH net-next v1 11/13] skbuff: add flags to ubuf_info for ubuf setup
` [RESEND PATCH net-next v1 12/13] tap/tun: add skb_zcopy_init() helper for initialization
` [RESEND PATCH net-next v1 13/13] skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}

[PATCH v2 1/2] KVM: x86/mmu: Ensure TDP MMU roots are freed after yield
 2021-01-06 22:13 UTC  (4+ messages)

[PATCH] ubsan: disable unsigned-integer-overflow sanitizer with clang
 2021-01-06 22:12 UTC  (9+ messages)

[dpdk-dev] [dpdk-dev 21.02 0/5] enable UDP ecpri configure in dcf
 2021-01-06 22:12 UTC  (4+ messages)
` [dpdk-dev] [dpdk-dev v2 0/2] add new UDP tunnel port for ecpri
  ` [dpdk-dev] [dpdk-dev v2 1/2] ethdev: add new tunnel type "

[PATCH] rxrpc: fix handling of an unsupported token type in rxrpc_read()
 2021-01-06 22:09 UTC  (10+ messages)

[Bug 210201] New: [amdpgu] crash when playing after suspend/resume
 2021-01-06 22:10 UTC  (2+ messages)
` [Bug 210201] "

[meta-python][PATCH 01/10] python3-sympy: Upgrade 1.6.2 -> 1.7.1
 2021-01-06 22:07 UTC  (10+ messages)
` [meta-python][PATCH 02/10] python3-twine: Upgrade 3.2.0 -> 3.3.0
` [meta-python][PATCH 03/10] python3-humanfriendly: Upgrade 8.2 -> 9.1
` [meta-python][PATCH 04/10] python3-sqlalchemy: Upgrade 1.3.20 -> 1.3.22
` [meta-python][PATCH 05/10] python3-transitions: Upgrade 0.8.5 -> 0.8.6
` [meta-python][PATCH 06/10] python3-pytest-metadata: Upgrade 1.10.0 -> 1.11.0
` [meta-python][PATCH 07/10] python3-smbus2: Upgrade 0.3.0 -> 0.4.0
` [meta-python][PATCH 08/10] python3-cantools: Upgrade 35.5.0 -> 36.1.0
` [meta-python][PATCH 09/10] python3-sentry-sdk: Upgrade 0.19.1 -> 0.19.5
` [meta-python][PATCH 10/10] python3-babel: Upgrade 2.8.0 -> 2.9.0

stable-rc/queue/4.4 build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.249-21-g19254c4651be)
 2021-01-06 22:05 UTC 

[PATCH] ext4: Remove expensive flush on fast commit
 2021-01-06 22:05 UTC  (3+ messages)

.overlay directory
 2021-01-06 22:03 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 0/2] Windows sampling actions
 2021-01-06 22:03 UTC  (2+ messages)

GPIO pin is reset to default value after release
 2021-01-06 21:57 UTC  (4+ messages)

[PATCH v3 00/38] ZBD fixes and improvements
 2021-01-06 21:57 UTC  (39+ messages)
` [PATCH v3 01/38] zbd: return ENOMEM if zone buffer allocation fails
` [PATCH v3 02/38] zbd: use zbd_zone_nr() more actively in the code
` [PATCH v3 03/38] zbd: add get_zone() helper function
` [PATCH v3 04/38] zbd: introduce zone_unlock()
` [PATCH v3 05/38] zbd: engines/libzbc: don't fail on assert for offline zones
` [PATCH v3 06/38] zbd: remove dependency on zone type during i/o
` [PATCH v3 07/38] zbd: skip offline zones in zbd_convert_to_open_zone()
` [PATCH v3 08/38] zbd: avoid zone buffer overrun
` [PATCH v3 09/38] zbd: don't unlock zone mutex after verify replay
` [PATCH v3 10/38] zbd: do not lock conventional zones on I/O adjustment
` [PATCH v3 11/38] zbd: do not set zbd handlers for conventional zones
` [PATCH v3 12/38] zbd: count sectors with data for write pointer zones
` [PATCH v3 13/38] zbd: initialize min_zone and max_zone for all zone types
` [PATCH v3 14/38] zbd: initialize sectors with data at start time
` [PATCH v3 15/38] zbd: use zone_lock() in zbd_process_swd()
` [PATCH v3 16/38] zbd: disable crossing from conventional to sequential zones
` [PATCH v3 17/38] zbd: don't log "zone nnnn is not open" message
` [PATCH v3 18/38] zbd: handle conventional start zone in zbd_convert_to_open_zone()
` [PATCH v3 19/38] zbd: improve replay range validation
` [PATCH v3 20/38] engines/libzbc: enable block backend
` [PATCH v3 21/38] zbd: avoid failing assertion in zbd_convert_to_open_zone()
` [PATCH v3 22/38] zbd: set thread errors in zbd_adjust_block()
` [PATCH v3 23/38] t/zbd: check for error in test #2
` [PATCH v3 24/38] t/zbd: add run-tests-against-nullb script
` [PATCH v3 25/38] t/zbd: add -t option to run-tests-against-nullb
` [PATCH v3 26/38] t/zbd: skip tests when test prerequisites are not met
` [PATCH v3 27/38] t/zbd: skip tests that need too many sequential zones
` [PATCH v3 28/38] t/zbd: test that conventional zones are not locked during random i/o
` [PATCH v3 29/38] t/zbd: test that zone_reset_threshold calculation is correct
` [PATCH v3 30/38] t/zbd: test random I/O direction in all-conventional case
` [PATCH v3 31/38] t/zbd: fix wrong units in test case #37
` [PATCH v3 32/38] t/zbd: add an option to bail on a failed test
` [PATCH v3 33/38] t/zbd: prevent test #31 from looping
` [PATCH v3 34/38] t/zbd: add checks for offline zone condition
` [PATCH v3 35/38] t/zbd: add test #54 to exercise ZBD verification
` [PATCH v3 36/38] t/zbd: show elapsed time in test-zbd-support
` [PATCH v3 37/38] t/zbd: increase timeout in test #48
` [PATCH v3 38/38] t/zbd: avoid looping on invalid command line options

[PATCH net-next v1 0/2] GRO drop accounting
 2021-01-06 21:55 UTC  (6+ messages)
` [Intel-wired-lan] "
` [PATCH net-next v1 1/2] net: core: count drops from GRO
  ` [Intel-wired-lan] "
` [PATCH net-next v1 2/2] ice: remove GRO drop accounting
  ` [Intel-wired-lan] "

[PATCH v4 08/17] x86/hyperv: handling hypercall page setup for root
 2021-01-06 21:54 UTC 

[PATCH net-next 0/4] udp_tunnel_nic: post conversion cleanup
 2021-01-06 21:53 UTC  (2+ messages)

Question about btrfs and XOR offloading
 2021-01-06 21:52 UTC  (7+ messages)

Doc to write firmware?
 2021-01-06 21:52 UTC  (2+ messages)

stable/linux-5.4.y build: 200 builds: 0 failed, 200 passed, 109 warnings (v5.4.87)
 2021-01-06 21:52 UTC 

+ rcu-make-call_rcu-print-mem_dump_obj-info-for-double-freed-callback.patch added to -mm tree
 2021-01-06 21:49 UTC 

+ percpu_ref-dump-mem_dump_obj-info-upon-reference-count-underflow.patch added to -mm tree
 2021-01-06 21:49 UTC 

+ mm-make-mem_dump_obj-handle-null-and-zero-sized-pointers.patch added to -mm tree
 2021-01-06 21:49 UTC 

+ mm-make-mem_dump_obj-handle-vmalloc-memory.patch added to -mm tree
 2021-01-06 21:49 UTC 

+ mm-make-mem_obj_dump-vmalloc-dumps-include-start-and-length.patch added to -mm tree
 2021-01-06 21:49 UTC 

+ mm-add-mem_dump_obj-to-print-source-of-memory-block.patch added to -mm tree
 2021-01-06 21:49 UTC 

[PATCH v4 sl-b 0/6] Export return addresses etc. for better diagnostics
 2021-01-06 21:48 UTC  (2+ messages)

[PATCH V2] net: dwc_eth_qos: Pad descriptors to cacheline size
 2021-01-06 21:49 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{4, 10}.x 4.{4, 9, 14, 19} series
 2021-01-06 21:48 UTC  (3+ messages)

virtual/permanent bakeathon infrastructure
 2021-01-06 21:46 UTC  (4+ messages)
` [nfsv4] "

[dpdk-dev] [PATCH 1/2] net/mlx5: fix Rx queue creation error flow
 2021-01-06 21:47 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/2] net/mlx5: fix Tx "
  ` [dpdk-dev] [dpdk-stable] "

[Buildroot] [PATCH v2 1/1] {linux, linux-headers}: bump 5.{4, 10}.x 4.{4, 9, 14, 19} series
 2021-01-06 21:46 UTC 

[PATH v3 0/2] Two UFS bug fixes
 2021-01-06 21:41 UTC  (3+ messages)
` [PATCH v3 1/2] scsi: ufs: fix livelock of ufshcd_clear_ua_wluns
` [PATCH v3 2/2] scsi: ufs: handle LINERESET with correct tm_cmd

[PATCH] for-each-repo: do nothing on empty config
 2021-01-06 21:40 UTC  (7+ messages)

[PATCH] lib/hexdump: introduce DUMP_PREFIX_UNHASHED for unhashed addresses
 2021-01-06 21:35 UTC 

[PATCH 00/12] vt82c686b clean ups and vt8231 emulation
 2021-01-06 21:13 UTC  (13+ messages)
` [PATCH 07/12] vt82c686: Move creation of ISA devices to the ISA bridge
` [PATCH 11/12] vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO
` [PATCH 02/12] vt82c686: Reorganise code
` [PATCH 06/12] vt82c686: Simplify vt82c686b_realize()
` [PATCH 05/12] vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on it
` [PATCH 10/12] vt82c686: QOM-ify superio related functionality
` [PATCH 01/12] vt82c686: Move superio memory region to SuperIOConfig struct
` [PATCH 09/12] vt82c686: Implement control of serial port io ranges via config regs
` [PATCH 04/12] vt82c686: Fix up power management io base and config
` [PATCH 08/12] vt82c686: Fix superio_cfg_{read,write}() functions
` [PATCH 03/12] vt82c686: Fix SMBus IO base and configuration registers
` [PATCH 12/12] vt82c686: Add emulation of VT8231 south bridge

[PATCH bpf] bpftool: fix compilation failure for net.o with older glibc
 2021-01-06 21:39 UTC  (2+ messages)

stable/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 77 warnings (v4.19.165)
 2021-01-06 21:38 UTC 

[PATCH v4 0/37] SCMI vendor protocols and modularization
 2021-01-06 20:16 UTC  (3+ messages)
` [PATCH v4 24/37] firmware: arm_scmi: port Sensor protocol to new protocols interface
` [PATCH v4 28/37] firmware: arm_scmi: port Voltage "

[PATCH net-next] ibmvnic: merge do_change_param_reset into do_reset
 2021-01-06 21:35 UTC 

[PATCH rdma-rc] RDMA/ucma: Fix use-after-free bug in ucma_create_uevent
 2021-01-06 21:33 UTC  (2+ messages)

[PATCH V2 net-next 1/3] dt-bindings: net: convert Broadcom Starfighter 2 binding to the json-schema
 2021-01-06 21:32 UTC  (3+ messages)
` [PATCH V2 net-next 2/3] dt-bindings: net: dsa: sf2: add BCM4908 switch binding
` [PATCH V2 net-next 3/3] net: dsa: bcm_sf2: support BCM4908's integrated switch

[Buildroot] [PATCH] package/sunxi-mali-mainline-driver: fix build failure with Linux 5.9 and 5.10
 2021-01-06 21:29 UTC 

Couple of issues with amdgpu on my WX4100
 2021-01-06 21:27 UTC  (4+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix VXLAN decap flow created without VXLAN item
 2021-01-06 21:28 UTC  (2+ messages)

[PATCH 2/2] scsi: ufs: handle LINERESET with correct tm_cmd
 2021-01-06 21:25 UTC  (3+ messages)

[PATCH] vl: initialize displays _after_ exiting preconfiguration
 2021-01-06 21:24 UTC  (4+ messages)

[PATCH v4 0/3] tools/sunxi: Use mkimage for SPL generation
 2021-01-06 21:26 UTC  (2+ messages)
` [linux-sunxi] "

[PATCH 0/3] soc: qcom: mdt_loader: General improvements
 2021-01-06 21:23 UTC  (4+ messages)
` [PATCH 1/3] soc: qcom: mdt_loader: Allow hash at any phdr
` [PATCH 2/3] soc: qcom: mdt_loader: Handle split bins correctly
` [PATCH 3/3] soc: qcom: mdt_loader: Read hash from firmware blob


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.