All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-03 17:53:33 to 2020-12-03 18:33:11 UTC [more...]

post-receive: pub/scm/linux/kernel/git/brauner/linux
 2020-12-03 18:33 UTC 

[PATCH] arm/hvf: Optimize and simplify WFI handling
 2020-12-03 18:30 UTC  (5+ messages)

[PATCH bpf-next 0/3] bpftool: improve split BTF support
 2020-12-03 18:31 UTC  (2+ messages)

[RFC PATCH] checkpatch: correctly detect lines of help text
 2020-12-03 18:31 UTC  (5+ messages)

[PATCH] style: indent multiline "if" conditions by 4 spaces
 2020-12-03 18:32 UTC  (3+ messages)

[PATCH 0/4] patch for stmmac
 2020-12-03 18:31 UTC  (3+ messages)
` [PATCH 2/4] net: stmmac: start phylink instance before stmmac_hw_setup()

Automatic cap on BB_NUMBER_THREADS and PARALLEL_MAKE
 2020-12-03 18:32 UTC  (4+ messages)
` [OE-core] "

[Buildroot] [PATCH 1/1] package/samba4: bump version to 4.11.17
 2020-12-03 18:32 UTC 

[PATCH RFC 0/1] Delay module uevent until after initialization
 2020-12-03 18:32 UTC  (3+ messages)
` [PATCH RFC 1/1] module: delay kobject uevent until after module init call
  ` [systemd-devel] "

[Patch net] lwt: disable BH too in run_lwt_bpf()
 2020-12-03 18:29 UTC  (7+ messages)

crediting bug reports and fixes folded into original patch
 2020-12-03 18:30 UTC  (7+ messages)
` [Ksummit-discuss] "

post-receive: pub/scm/linux/kernel/git/kvalo/wireless-drivers
 2020-12-03 18:30 UTC 

media: i2c: add OV02A10 image sensor driver
 2020-12-03 18:30 UTC  (10+ messages)

[PATCH v2 net-next] ptp: Add clock driver for the OpenCompute TimeCard
 2020-12-03 18:29 UTC 

[PATCH] bridge: Fix a deadlock when enabling multicast snooping
 2020-12-03 18:28 UTC  (3+ messages)
  ` [Bridge] "

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2020-12-03 18:27 UTC 

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2020-12-03 18:27 UTC 

[PATCH 1/3] drivers: gpio: bt8xx: prefer dev_err()/dev_warn() over of raw printk
 2020-12-03 18:24 UTC  (3+ messages)
` [PATCH 2/3] drivers: gpio: amd8111: prefer dev_err()/dev_info() over "
` [PATCH 3/3] drivers: gpio: amd8111: use SPDX-License-Identifier

[PATCH v14 0/4] Add Versal usb model
 2020-12-03 18:05 UTC  (10+ messages)
` [PATCH v14 2/4] usb: Add DWC3 model
` [PATCH v14 3/4] usb: xlnx-usb-subsystem: Add xilinx usb subsystem
` [PATCH v14 4/4] arm: xlnx-versal: Connect usb to virt-versal

[PATCH] powerpc/hotplug: assign hot added LMB to the right node
 2020-12-03 18:25 UTC  (3+ messages)

[PATCH bpf-next V7 0/8] bpf: New approach for BPF MTU handling
 2020-12-03 18:25 UTC  (3+ messages)
` [PATCH bpf-next V7 4/8] bpf: add BPF-helper for MTU checking

[PATCH] xfs: remove unneeded return value check for xfs_rmapbt_init_cursor()
 2020-12-03 18:25 UTC  (2+ messages)

[PATCH 00/17] kmap: Create mem*_page interfaces
 2020-12-03 18:25 UTC  (4+ messages)
` [PATCH 01/17] mm/highmem: Lift memcpy_[to|from]_page and memset_page to core

Kernel OPS when using xattr
 2020-12-03 18:25 UTC  (7+ messages)

[PATCH v4 00/53] Cleanup error handling in relocation
 2020-12-03 18:22 UTC  (54+ messages)
` [PATCH v4 01/53] btrfs: fix error handling in commit_fs_roots
` [PATCH v4 02/53] btrfs: allow error injection for btrfs_search_slot and btrfs_cow_block
` [PATCH v4 03/53] btrfs: modify the new_root highest_objectid under a ref count
` [PATCH v4 04/53] btrfs: fix lockdep splat in btrfs_recover_relocation
` [PATCH v4 05/53] btrfs: keep track of the root owner for relocation reads
` [PATCH v4 06/53] btrfs: noinline btrfs_should_cancel_balance
` [PATCH v4 07/53] btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_node
` [PATCH v4 08/53] btrfs: pass down the tree block level through ref-verify
` [PATCH v4 09/53] btrfs: make sure owner is set in ref-verify
` [PATCH v4 10/53] btrfs: don't clear ret in btrfs_start_dirty_block_groups
` [PATCH v4 11/53] btrfs: convert some BUG_ON()'s to ASSERT()'s in do_relocation
` [PATCH v4 12/53] btrfs: convert BUG_ON()'s in relocate_tree_block
` [PATCH v4 13/53] btrfs: return an error from btrfs_record_root_in_trans
` [PATCH v4 14/53] btrfs: handle errors from select_reloc_root()
` [PATCH v4 15/53] btrfs: convert BUG_ON()'s in select_reloc_root() to proper errors
` [PATCH v4 16/53] btrfs: check record_root_in_trans related failures in select_reloc_root
` [PATCH v4 17/53] btrfs: do proper error handling in record_reloc_root_in_trans
` [PATCH v4 18/53] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchange
` [PATCH v4 19/53] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename
` [PATCH v4 20/53] btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolume
` [PATCH v4 21/53] btrfs: handle btrfs_record_root_in_trans failure in btrfs_recover_log_trees
` [PATCH v4 22/53] btrfs: handle btrfs_record_root_in_trans failure in create_subvol
` [PATCH v4 23/53] btrfs: btrfs: handle btrfs_record_root_in_trans failure in relocate_tree_block
` [PATCH v4 24/53] btrfs: handle btrfs_record_root_in_trans failure in start_transaction
` [PATCH v4 25/53] btrfs: handle record_root_in_trans failure in qgroup_account_snapshot
` [PATCH v4 26/53] btrfs: handle record_root_in_trans failure in btrfs_record_root_in_trans
` [PATCH v4 27/53] btrfs: handle record_root_in_trans failure in create_pending_snapshot
` [PATCH v4 28/53] btrfs: do not panic in __add_reloc_root
` [PATCH v4 29/53] btrfs: have proper error handling in btrfs_init_reloc_root
` [PATCH v4 30/53] btrfs: do proper error handling in create_reloc_root
` [PATCH v4 31/53] btrfs: validate ->reloc_root after recording root in trans
` [PATCH v4 32/53] btrfs: handle btrfs_update_reloc_root failure in commit_fs_roots
` [PATCH v4 33/53] btrfs: change insert_dirty_subvol to return errors
` [PATCH v4 34/53] btrfs: handle btrfs_update_reloc_root failure in insert_dirty_subvol
` [PATCH v4 35/53] btrfs: handle btrfs_update_reloc_root failure in prepare_to_merge
` [PATCH v4 36/53] btrfs: do proper error handling in btrfs_update_reloc_root
` [PATCH v4 37/53] btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
` [PATCH v4 38/53] btrfs: handle btrfs_cow_block errors in replace_path
` [PATCH v4 39/53] btrfs: handle btrfs_search_slot failure "
` [PATCH v4 40/53] btrfs: handle errors in reference count manipulation "
` [PATCH v4 41/53] btrfs: handle extent reference errors in do_relocation
` [PATCH v4 42/53] btrfs: check for BTRFS_BLOCK_FLAG_FULL_BACKREF being set improperly
` [PATCH v4 43/53] btrfs: remove the extent item sanity checks in relocate_block_group
` [PATCH v4 44/53] btrfs: do proper error handling in create_reloc_inode
` [PATCH v4 45/53] btrfs: handle __add_reloc_root failures in btrfs_recover_relocation
` [PATCH v4 46/53] btrfs: cleanup error handling in prepare_to_merge
` [PATCH v4 47/53] btrfs: handle extent corruption with select_one_root properly
` [PATCH v4 48/53] btrfs: do proper error handling in merge_reloc_roots
` [PATCH v4 49/53] btrfs: check return value of btrfs_commit_transaction in relocation
` [PATCH v4 50/53] btrfs: do not WARN_ON() if we can't find the reloc root
` [PATCH v4 51/53] btrfs: print the actual offset in btrfs_root_name
` [PATCH v4 52/53] btrfs: fix reloc root leak with 0 ref reloc roots on recovery
` [PATCH v4 53/53] btrfs: splice remaining dirty_bg's onto the transaction dirty bg list

post-receive: pub/scm/linux/kernel/git/brauner/linux
 2020-12-03 18:25 UTC 

[PATCH] x86/sgx: Initialize "ret" in sgx_ioc_enclave_add_pages()
 2020-12-03 18:24 UTC  (3+ messages)

[PATCH V2] PCI/MSI: Set device flag indicating only 32-bit MSI support
 2020-12-03 18:24 UTC  (2+ messages)

Please convert last remaining file to UTF-8 encoding
 2020-12-03 18:25 UTC  (2+ messages)

[PATCH] scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()
 2020-12-03 18:25 UTC  (4+ messages)
` [PATCH] scsi: be2iscsi: revert "Fix a theoretical leak in beiscsi_create_eqs()"

[PATCH v3 00/10] hvf: Implement Apple Silicon Support
 2020-12-03 18:18 UTC  (4+ messages)
` [PATCH v3 08/10] arm/hvf: Add a WFI handler

[PATCH v8 00/16] Add support for Clang LTO
 2020-12-03 18:22 UTC  (7+ messages)

[Virtio-fs] restorcon/SELinux virtiofs question
 2020-12-03 18:24 UTC  (12+ messages)

[PATCH v7 0/7] mtd: spi-nor: keep lock bits if they are non-volatile
 2020-12-03 18:24 UTC  (7+ messages)
` [PATCH v7 1/7] mtd: spi-nor: sst: fix BPn bits for the SST25VF064C

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2020-12-03 18:23 UTC 

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2020-12-03 18:23 UTC 

[PATCH v2 0/6] Add a PRU remoteproc driver
 2020-12-03 18:21 UTC  (4+ messages)
` [PATCH v2 4/6] remoteproc/pru: Add pru-specific debugfs support

[PATCH] drivers: acpi: add opt-out of Apple-specific property parsing
 2020-12-03 18:20 UTC  (3+ messages)

[PATCH 00/18] qapi/qom: QAPIfy object-add
 2020-12-03 18:19 UTC  (15+ messages)

[Fuego] [PATCH] Docs: Convert tbwiki pages into .rst files
 2020-12-03 18:21 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/x11r7/xserver_xorg-server: bump version to 1.20.10
 2020-12-03 18:20 UTC 

[PATCH] tests/acceptance: test hot(un)plug of ccw devices
 2020-12-03 18:14 UTC  (4+ messages)

[PULL] 2nd set of IIO new device support, cleanups and yaml conversions for the 5.11 cycle
 2020-12-03 18:20 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2020-12-03 18:19 UTC 

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2020-12-03 18:19 UTC 

[PATCH] driver core: Reorder devices on successful probe
 2020-12-03 18:17 UTC  (2+ messages)

[PATCH net-next v9 0/4] GVE Raw Addressing
 2020-12-03 18:17 UTC  (4+ messages)
` [PATCH net-next v9 4/4] gve: Add support for raw addressing in the tx path

commit breaks menuconfig on upstream kernel "cml1.bbclass: Handle ncurses-native being available via pkg-config"
 2020-12-03 18:18 UTC  (4+ messages)

[PATCH v2 0/3] x86/insn: Fix not using prefixes.nbytes for loop over prefixes.bytes
 2020-12-03 18:17 UTC  (10+ messages)
` [PATCH v2 1/3] x86/uprobes: "

[PATCH net v2] net/sched: act_mpls: ensure LSE is pullable before reading it
 2020-12-03 18:15 UTC  (2+ messages)

[PATCH-for-5.2? 0/1] Acceptance tests: bump Fedora to 32
 2020-12-03 18:13 UTC  (7+ messages)
` [PATCH-for-5.2? 1/1] "

[PATCH v2] ARM: dts: sun8i: v3s: SRAM_C real mapping
 2020-12-03 18:14 UTC  (2+ messages)

[PATCH] bpf, x64: bump the number of passes to 64
 2020-12-03 18:14 UTC  (3+ messages)

BUG in fetching non-checked out submodule
 2020-12-03 18:12 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/tnguy/next-queue
 2020-12-03 18:12 UTC 

post-receive: pub/scm/linux/kernel/git/tnguy/next-queue
 2020-12-03 18:12 UTC 

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2020-12-03 18:12 UTC 

[PATCH 00/15] Fast commits support for e2fsprogs
 2020-12-03 18:10 UTC  (4+ messages)
` [PATCH 02/15] ext2fs, e2fsck: add kernel endian-ness conversion macros

[PATCH v1 0/2] Add drivers for Intel Keem Bay SoC timer block
 2020-12-03 18:09 UTC  (4+ messages)
` [PATCH v1 2/2] clocksource: Add Intel Keem Bay Timer Support

post-receive: pub/scm/linux/kernel/git/tnguy/net-queue
 2020-12-03 18:10 UTC 

[PATCH V3 1/2] dt-bindings: Add DT bindings for Toshiba TC358762 DSI-to-DPI bridge
 2020-12-03 18:09 UTC  (5+ messages)

[PATCH] common/rc: Fix _check_s_dax()
 2020-12-03 18:08 UTC  (4+ messages)

[Bug 210479] New: amdgpu: Monitor connected to RX 6800XT loses signal when module is loaded
 2020-12-03 18:08 UTC  (2+ messages)
` [Bug 210479] "

[RFC 1/2] pull: warn that pulling will not merge by default in Git 3.0
 2020-12-03 18:06 UTC  (5+ messages)
` [RFC 2/2] pull: default pull.ff to "only" when pull.rebase is not set either

[PATCH linux hwmon-next v4 0/3] SB-TSI hwmon driver v4
 2020-12-03 18:06 UTC  (4+ messages)
` [PATCH linux hwmon-next v4 1/3] hwmon: (sbtsi) Add basic support for SB-TSI sensors

[PATCH v1 1/5] driver core: platform: Introduce platform_get_mem_or_io_resource()
 2020-12-03 18:05 UTC  (3+ messages)
` [PATCH v1 2/5] vfio: platform: Switch to use platform_get_mem_or_io_resource()

[PATCH bpf-next v3 0/4] Fixes for ima selftest
 2020-12-03 18:06 UTC  (6+ messages)
` [PATCH bpf-next v3 3/4] selftests/bpf: Add config dependency on BLK_DEV_LOOP

[PATCH 0/2] statx: Fix DAX attribute collision and handling
 2020-12-03 18:04 UTC  (6+ messages)
` [PATCH 1/2] uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2020-12-03 18:05 UTC 

[RFC PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-03 18:03 UTC  (7+ messages)
` [PATCH 5/9] mm: memcontrol: add per memcg shrinker nr_deferred

[PATCH] mm: fix a race on nr_swap_pages
 2020-12-03 18:03 UTC  (2+ messages)

[meta-oe][PATCH] dbus-broker: upgrade 24 -> 25
 2020-12-03 18:04 UTC 

post-receive: pub/scm/linux/kernel/git/brauner/linux
 2020-12-03 18:04 UTC 

[PATCH v2] mm: Don't fault around userfaultfd-registered regions on reads
 2020-12-03 18:02 UTC  (8+ messages)

[PATCH net-next] devlink: Add devlink port documentation
 2020-12-03 18:02 UTC  (2+ messages)
` [PATCH net-next v4] "

[PATCH v2] userfaultfd: selftests: make __{s,u}64 format specifiers portable
 2020-12-03 18:02 UTC 

[PATCH v2 net-next 0/2] add ppp_generic ioctl(s) to bridge channels
 2020-12-03 18:01 UTC  (5+ messages)
` [PATCH v2 net-next 1/2] ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctls

[PATCH v3 net-next 0/2] net: dsa: add stats64 support
 2020-12-03 18:01 UTC  (8+ messages)
` [PATCH v3 net-next 2/2] net: dsa: qca: ar9331: export stats64

[PATCH] ARM: dts: sun8i: v3s: SRAM_C real mapping
 2020-12-03 18:00 UTC  (2+ messages)

[PATCH v6 00/25] Add support for Clang LTO
 2020-12-03 17:59 UTC  (5+ messages)
` [PATCH v6 14/25] kbuild: lto: remove duplicate dependencies from .mod files

WARNING in sk_stream_kill_queues (5)
 2020-12-03 18:01 UTC  (7+ messages)

[Bug 94061] New: [radeon - Kaveri] dpm works badly - much to high power consumption compared to catalyst
 2020-12-03 18:02 UTC  (2+ messages)
` [Bug 94061] "

[PATCH] firmware_loader: Align .builtin_fw to 8
 2020-12-03 18:00 UTC  (2+ messages)

[PATCH v5] mm: Optional full ASLR for mmap(), mremap(), vdso and stack
 2020-12-03 18:00 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/brauner/linux
 2020-12-03 18:00 UTC 

[PATCH] MAINTAINERS: Add entry for Marvell Prestera Ethernet Switch driver
 2020-12-03 17:59 UTC  (5+ messages)
  ` [EXT] "

post-receive: pub/scm/linux/kernel/git/tnguy/net-queue
 2020-12-03 17:59 UTC 

post-receive: pub/scm/linux/kernel/git/tnguy/net-queue
 2020-12-03 17:59 UTC 

[PATCH] block: revert to using min_not_zero() when stacking chunk_sectors
 2020-12-03 17:56 UTC  (7+ messages)
` [PATCH v2] block: use gcd() to fix chunk_sectors limit stacking
  ` [dm-devel] "

[PATCH v2] e1000e: Added ICR clearing by corresponding IMS bit
 2020-12-03 17:57 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH] kbuild: avoid split lines in .mod files
 2020-12-03 17:55 UTC 

[PATCH] Documentation: fix multiple typos found in the admin-guide subdirectory
 2020-12-03 17:57 UTC  (2+ messages)

Latest libbpf fails to load programs compiled with old LLVM
 2020-12-03 17:55 UTC 

post-receive: pub/scm/linux/kernel/git/brauner/linux
 2020-12-03 17:57 UTC 

[PATCH] s390/vfio-ap: Clean up vfio_ap resources when KVM pointer invalidated
 2020-12-03 17:55 UTC  (2+ messages)

[PATCH 00/26] git-log: implement new --diff-merge options
 2020-12-03 17:53 UTC  (5+ messages)
` [PATCH v1 00/27] "
  ` [PATCH v1 04/27] revision: provide implementation for diff merges tweaks

[RFC PATCH 00/10] Reduce time complexity of select_idle_sibling
 2020-12-03 17:52 UTC  (4+ messages)
` [PATCH 06/10] sched/fair: Clear the target CPU from the cpumask of CPUs searched


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.