All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-23 20:47:03 to 2020-06-23 21:01:22 UTC [more...]

[PATCH bpf-next v3 00/15] implement bpf iterator for tcp and udp sockets
 2020-06-23 20:46 UTC  (8+ messages)
` [PATCH bpf-next v3 05/15] bpf: add bpf_skc_to_tcp6_sock() helper

[PATCH 4.19 000/206] 4.19.130-rc1 review
 2020-06-23 19:58 UTC  (41+ messages)
` [PATCH 4.19 093/206] ASoC: Intel: bytcr_rt5640: Add quirk for Toshiba Encore WT8-A tablet
` [PATCH 4.19 098/206] scsi: target: tcmu: Userspace must not complete queued commands
` [PATCH 4.19 099/206] arm64: tegra: Fix ethernet phy-mode for Jetson Xavier
` [PATCH 4.19 102/206] PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream Port
` [PATCH 4.19 130/206] scsi: ufs: Dont update urgent bkops level when toggling auto bkops
` [PATCH 4.19 131/206] pinctrl: imxl: Fix an error handling path in imx1_pinctrl_core_probe()
` [PATCH 4.19 132/206] pinctrl: freescale: imx: Fix an error handling path in imx_pinctrl_probe()
` [PATCH 4.19 134/206] geneve: change from tx_error to tx_dropped on missing metadata
` [PATCH 4.19 137/206] elfnote: mark all .note sections SHF_ALLOC
` [PATCH 4.19 138/206] selftests/vm/pkeys: fix alloc_random_pkey() to make it really random
` [PATCH 4.19 139/206] blktrace: use errno instead of bi_status
` [PATCH 4.19 143/206] ntb_perf: pass correct struct device to dma_alloc_coherent
` [PATCH 4.19 144/206] ntb_tool: "
` [PATCH 4.19 146/206] NTB: Revert the change to use the NTB device dev for DMA allocations
` [PATCH 4.19 147/206] NTB: perf: Dont require one more memory window than number of peers
` [PATCH 4.19 152/206] selftests/net: in timestamping, strncpy needs to preserve null byte
` [PATCH 4.19 155/206] ASoC: Intel: bytcr_rt5640: Add quirk for Toshiba Encore WT10-A tablet
` [PATCH 4.19 159/206] x86/idt: Keep spurious entries unset in system_vectors
` [PATCH 4.19 163/206] usb: host: ehci-platform: add a quirk to avoid stuck
` [PATCH 4.19 166/206] ext4: stop overwrite the errcode in ext4_setup_super
` [PATCH 4.19 167/206] bcache: fix potential deadlock problem in btree_gc_coalesce
` [PATCH 4.19 169/206] afs: afs_write_end() should change i_size under the right lock
` [PATCH 4.19 170/206] block: Fix use-after-free in blkdev_get()
` [PATCH 4.19 171/206] arm64: hw_breakpoint: Dont invoke overflow handler on uaccess watchpoints
` [PATCH 4.19 172/206] libata: Use per port sync for detach
` [PATCH 4.19 173/206] drm: encoder_slave: fix refcouting error for modules
` [PATCH 4.19 174/206] drm/dp_mst: Reformat drm_dp_check_act_status() a bit
` [PATCH 4.19 175/206] drm/qxl: Use correct notify port address when creating cursor ring
` [PATCH 4.19 178/206] ext4: fix partial cluster initialization when splitting extent
` [PATCH 4.19 183/206] mtd: rawnand: Pass a nand_chip object to nand_scan()
` [PATCH 4.19 184/206] mtd: rawnand: Pass a nand_chip object to nand_release()
` [PATCH 4.19 185/206] mtd: rawnand: diskonchip: Fix the probe error path
` [PATCH 4.19 187/206] mtd: rawnand: xway: "
` [PATCH 4.19 189/206] mtd: rawnand: oxnas: Add of_node_put()
` [PATCH 4.19 190/206] mtd: rawnand: oxnas: Fix the probe error path
` [PATCH 4.19 191/206] mtd: rawnand: socrates: "
` [PATCH 4.19 195/206] s390: fix syscall_get_error for compat processes
` [PATCH 4.19 198/206] crypto: algif_skcipher - Cap recv SG list at ctx->used
` [PATCH 4.19 199/206] crypto: algboss - dont wait during notifier callback
` [PATCH 4.19 204/206] sched/rt, net: Use CONFIG_PREEMPTION.patch

[PATCH v3 bpf-next 1/3] bpf: switch most helper return values from 32-bit int to 64-bit long
 2020-06-23 20:52 UTC  (4+ messages)
` [PATCH v3 bpf-next 2/3] selftests/bpf: add variable-length data concatenation pattern test

[PATCH tip/core/rcu 0/26] Miscellaneous fixes for v5.9
 2020-06-23 21:01 UTC  (5+ messages)
` [PATCH tip/core/rcu 02/26] mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls

[pull request][net-next 00/10] mlx5 updates 2020-06-23
 2020-06-23 21:00 UTC  (3+ messages)
` [net-next 01/10] net/mlx5: Avoid eswitch header inclusion in fs core layer

[Buildroot] [PATCH v3] package/irrlicht: add patch to fix libraries linking
 2020-06-23 21:00 UTC  (2+ messages)

[PATCH v2] drm/amd: fix potential memleak in err branch
 2020-06-23 20:40 UTC  (2+ messages)

[PATCH v2 00/22] ADB: fix autopoll issues and rework mac_via state machine
 2020-06-23 20:49 UTC  (18+ messages)
` [PATCH v2 01/22] adb: coding style update to fix checkpatch errors
` [PATCH v2 02/22] adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaround
` [PATCH v2 03/22] cuda: convert ADB autopoll timer from ns to ms
` [PATCH v2 04/22] pmu: fix duplicate autopoll mask variable
` [PATCH v2 05/22] pmu: honour autopoll_rate_ms when rearming the ADB autopoll timer
` [PATCH v2 06/22] adb: introduce realize/unrealize and VMStateDescription for ADB bus
` [PATCH v2 07/22] adb: create autopoll variables directly within ADBBusState
` [PATCH v2 08/22] cuda: convert to use ADBBusState internal autopoll variables
` [PATCH v2 09/22] pmu: "
` [PATCH v2 10/22] mac_via: "
` [PATCH v2 11/22] adb: introduce new ADBDeviceHasData method to ADBDeviceClass
` [PATCH v2 12/22] adb: keep track of devices with pending data
` [PATCH v2 13/22] adb: add status field for holding information about the last ADB request
` [PATCH v2 15/22] adb: add autopoll_blocked variable to block autopoll
` [PATCH v2 16/22] cuda: add adb_autopoll_block() and adb_autopoll_unblock() functions
` [PATCH v2 18/22] mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()
` [PATCH v2 21/22] adb: use adb_device prefix for ADB device trace events

[Buildroot] [git commit] package/irrlicht: add patch to fix libraries linking
 2020-06-23 21:00 UTC 

[PATCH] linux/log2.h: enclose macro arg in parens
 2020-06-23 20:59 UTC  (2+ messages)

[PATCH for-rc v2 0/2] minor hfi1 fixes
 2020-06-23 20:40 UTC  (2+ messages)
` [PATCH for-rc v2 2/2] IB/hfi1: Do not destroy link_wq when the device is shut down

[PATCH bpf-next v2 0/3] bpf, netns: Prepare for multi-prog attachment
 2020-06-23 20:59 UTC  (4+ messages)
` [PATCH bpf-next v2 2/3] bpf, netns: Keep attached programs in bpf_prog_array

[RFC PATCH 1/3 v2] futex: introduce FUTEX_SWAP operation
 2020-06-23 20:59 UTC  (5+ messages)

[PATCH net-next] bonding/xfrm: use real_dev instead of slave_dev
 2020-06-23 20:40 UTC 

[PATCH 0/9] Allow overriding the default name of the default branch
 2020-06-23 20:58 UTC  (5+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 09/12] clone: handle overridden main branch names

[PATCH 2/2] selftests/fpu: Add an FPU selftest
 2020-06-23 20:58 UTC  (7+ messages)

[dpdk-dev] [PATCH v2 1/2] eal: move OS common debug functions to single file
 2020-06-23 20:57 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 0/2] Support EAL debug functions on Windows
  ` [dpdk-dev] [PATCH v3 1/2] eal: move OS common debug functions to single file
  ` [dpdk-dev] [PATCH v3 2/2] eal/windows: support debug calls

[PATCH] scsi: sd: stop SSD (non-rotational) disks before reboot
 2020-06-23 20:42 UTC  (3+ messages)

[PATCH 4.14 000/136] 4.14.186-rc1 review
 2020-06-23 19:59 UTC  (100+ messages)
` [PATCH 4.14 003/136] power: supply: bq24257_charger: Replace depends on REGMAP_I2C with select
` [PATCH 4.14 006/136] iio: pressure: bmp280: Tolerate IRQ before registering
` [PATCH 4.14 009/136] backlight: lp855x: Ensure regulators are disabled on probe failure
` [PATCH 4.14 010/136] ASoC: davinci-mcasp: Fix dma_chan refcnt leak when getting dma type
` [PATCH 4.14 013/136] ALSA: isa/wavefront: prevent out of bounds write in ioctl
` [PATCH 4.14 014/136] scsi: qla2xxx: Fix issue with adapters stopping state
` [PATCH 4.14 015/136] iio: bmp280: fix compensation of humidity
` [PATCH 4.14 016/136] f2fs: report delalloc reserve as non-free in statfs for project quota
` [PATCH 4.14 023/136] m68k/PCI: Fix a memory leak in an error handling path
` [PATCH 4.14 028/136] nfsd: Fix svc_xprt refcnt leak when setup callback client failed
` [PATCH 4.14 031/136] NTB: Fix the default port and peer numbers for legacy drivers
` [PATCH 4.14 033/136] apparmor: fix introspection of of task mode for unconfined tasks
` [PATCH 4.14 034/136] scsi: sr: Fix sr_probe() missing deallocate of device minor
` [PATCH 4.14 035/136] scsi: ibmvscsi: Dont send host info in adapter info MAD after LPM
` [PATCH 4.14 036/136] staging: greybus: fix a missing-check bug in gb_lights_light_config()
` [PATCH 4.14 038/136] scsi: qedi: Do not flush offload work if ARP not resolved
` [PATCH 4.14 041/136] tty: hvc: Fix data abort due to race in hvc_open
` [PATCH 4.14 042/136] thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTR
` [PATCH 4.14 045/136] serial: amba-pl011: Make sure we initialize the port.lock spinlock
` [PATCH 4.14 047/136] PCI: rcar: Fix incorrect programming of OB windows
` [PATCH 4.14 048/136] PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X Bridges
` [PATCH 4.14 050/136] power: supply: lp8788: Fix an error handling path in lp8788_charger_probe()
` [PATCH 4.14 052/136] scsi: mpt3sas: Fix double free warnings
` [PATCH 4.14 054/136] clk: ti: composite: fix memory leak
` [PATCH 4.14 055/136] PCI: Fix pci_register_host_bridge() device_register() error handling
` [PATCH 4.14 056/136] tty: n_gsm: Fix SOF skipping
` [PATCH 4.14 057/136] tty: n_gsm: Fix waking up upper tty layer when room available
` [PATCH 4.14 060/136] vfio-pci: Mask cap zero
` [PATCH 4.14 061/136] usb/ohci-platform: Fix a warning when hibernating
` [PATCH 4.14 064/136] tty: n_gsm: Fix bogus i++ in gsm_data_kick
` [PATCH 4.14 065/136] clk: samsung: exynos5433: Add IGNORE_UNUSED flag to sclk_i2s1
` [PATCH 4.14 066/136] powerpc/64s/pgtable: fix an undefined behaviour
` [PATCH 4.14 067/136] dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zone
` [PATCH 4.14 068/136] PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream Port
` [PATCH 4.14 069/136] IB/cma: Fix ports memory leak in cma_configfs
` [PATCH 4.14 070/136] watchdog: da9062: No need to ping manually before setting timeout
` [PATCH 4.14 071/136] usb: dwc2: gadget: move gadget resume after the core is in L0 state
` [PATCH 4.14 072/136] USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nuke
` [PATCH 4.14 073/136] usb: gadget: lpc32xx_udc: dont dereference ep pointer before null check
` [PATCH 4.14 074/136] usb: gadget: fix potential double-free in m66592_probe
` [PATCH 4.14 076/136] x86/apic: Make TSC deadline timer detection message visible
` [PATCH 4.14 079/136] net: sunrpc: Fix off-by-one issues in rpc_ntop6
` [PATCH 4.14 082/136] extcon: adc-jack: Fix an error handling path in adc_jack_probe()
` [PATCH 4.14 083/136] ASoC: fsl_asrc_dma: Fix dma_chan leak when config DMA channel failed
` [PATCH 4.14 084/136] vfio/mdev: Fix reference count leak in add_mdev_supported_type
` [PATCH 4.14 085/136] openrisc: Fix issue with argument clobbering for clone/fork
` [PATCH 4.14 086/136] gfs2: Allow lock_nolock mount to specify jid=X
` [PATCH 4.14 087/136] scsi: iscsi: Fix reference count leak in iscsi_boot_create_kobj
` [PATCH 4.14 088/136] scsi: ufs: Dont update urgent bkops level when toggling auto bkops
` [PATCH 4.14 089/136] pinctrl: imxl: Fix an error handling path in imx1_pinctrl_core_probe()
` [PATCH 4.14 090/136] pinctrl: freescale: imx: Fix an error handling path in imx_pinctrl_probe()
` [PATCH 4.14 091/136] crypto: omap-sham - add proper load balancing support for multicore
` [PATCH 4.14 092/136] geneve: change from tx_error to tx_dropped on missing metadata
` [PATCH 4.14 093/136] lib/zlib: remove outdated and incorrect pre-increment optimization
` [PATCH 4.14 094/136] include/linux/bitops.h: avoid clang shift-count-overflow warnings
` [PATCH 4.14 095/136] elfnote: mark all .note sections SHF_ALLOC
` [PATCH 4.14 096/136] selftests/vm/pkeys: fix alloc_random_pkey() to make it really random
` [PATCH 4.14 097/136] blktrace: use errno instead of bi_status
` [PATCH 4.14 098/136] blktrace: fix endianness in get_pdu_int()
` [PATCH 4.14 099/136] blktrace: fix endianness for blk_log_remap()
` [PATCH 4.14 100/136] gfs2: fix use-after-free on transaction ail lists
` [PATCH 4.14 101/136] selftests/net: in timestamping, strncpy needs to preserve null byte
` [PATCH 4.14 102/136] drm/sun4i: hdmi ddc clk: Fix size of m divider
` [PATCH 4.14 103/136] scsi: acornscsi: Fix an error handling path in acornscsi_probe()
` [PATCH 4.14 104/136] usb/xhci-plat: Set PM runtime as active on resume
` [PATCH 4.14 105/136] usb/ehci-platform: "
` [PATCH 4.14 106/136] perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events()
` [PATCH 4.14 107/136] bcache: fix potential deadlock problem in btree_gc_coalesce
` [PATCH 4.14 108/136] block: Fix use-after-free in blkdev_get()
` [PATCH 4.14 109/136] arm64: hw_breakpoint: Dont invoke overflow handler on uaccess watchpoints
` [PATCH 4.14 110/136] libata: Use per port sync for detach
` [PATCH 4.14 111/136] drm: encoder_slave: fix refcouting error for modules
` [PATCH 4.14 112/136] drm/dp_mst: Reformat drm_dp_check_act_status() a bit
` [PATCH 4.14 113/136] drm/qxl: Use correct notify port address when creating cursor ring
` [PATCH 4.14 114/136] selinux: fix double free
` [PATCH 4.14 115/136] ext4: fix partial cluster initialization when splitting extent
` [PATCH 4.14 116/136] drm/dp_mst: Increase ACT retry timeout to 3s
` [PATCH 4.14 117/136] x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lld
` [PATCH 4.14 118/136] block: nr_sects_write(): Disable preemption on seqcount write
` [PATCH 4.14 119/136] mtd: rawnand: Pass a nand_chip object to nand_release()
` [PATCH 4.14 120/136] mtd: rawnand: diskonchip: Fix the probe error path
` [PATCH 4.14 121/136] mtd: rawnand: sharpsl: "
` [PATCH 4.14 122/136] mtd: rawnand: xway: "
` [PATCH 4.14 123/136] mtd: rawnand: orion: "
` [PATCH 4.14 124/136] mtd: rawnand: oxnas: Add of_node_put()
` [PATCH 4.14 125/136] mtd: rawnand: oxnas: Fix the probe error path
` [PATCH 4.14 126/136] mtd: rawnand: socrates: "
` [PATCH 4.14 127/136] mtd: rawnand: plat_nand: "
` [PATCH 4.14 128/136] mtd: rawnand: mtk: "
` [PATCH 4.14 129/136] mtd: rawnand: tmio: "
` [PATCH 4.14 130/136] crypto: algif_skcipher - Cap recv SG list at ctx->used
` [PATCH 4.14 131/136] crypto: algboss - dont wait during notifier callback
` [PATCH 4.14 132/136] kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutex
` [PATCH 4.14 133/136] e1000e: Do not wake up the system via WOL if device wakeup is disabled
` [PATCH 4.14 134/136] kretprobe: Prevent triggering kretprobe from within kprobe_flush_task
` [PATCH 4.14 135/136] sched/rt, net: Use CONFIG_PREEMPTION.patch
` [PATCH 4.14 136/136] net: core: device_rename: Use rwsem instead of a seqcount

[PATCH for-rc 0/2] AIP fixes
 2020-06-23 20:43 UTC  (3+ messages)
` [PATCH for-rc 1/2] IB/hfi1: Correct -EBUSY handling in tx code
` [PATCH for-rc 2/2] IB/hfi1: Add atomic triggered sleep/wakeup

[RFC net-next] devlink: Add reset subcommand
 2020-06-23 20:56 UTC  (2+ messages)

[PATCH net-next 0/2] cxgb4: fix more warnings reported by sparse
 2020-06-23 20:33 UTC 

[PATCH] mac80211: avoid bss color setting in non-he mode
 2020-06-23 20:51 UTC  (2+ messages)

[PATCH net-next 0/4] net: bridge: fdb activity tracking
 2020-06-23 20:47 UTC  (10+ messages)
` [Bridge] "
` [PATCH net-next 1/4] net: bridge: fdb_add_entry takes ndm as argument
  ` [Bridge] "
` [PATCH net-next 2/4] net: neighbor: add fdb extended attribute
  ` [Bridge] "
` [PATCH net-next 3/4] net: bridge: add option to allow activity notifications for any fdb entries
  ` [Bridge] "
` [PATCH net-next 4/4] net: bridge: add a flag to avoid refreshing fdb when changing/adding
  ` [Bridge] "

kernel driver for USB liquid cooler controls
 2020-06-23 20:47 UTC  (4+ messages)

Keystone Issue
 2020-06-23 20:50 UTC  (19+ messages)

[Intel-gfx] [PATCH v2 1/2] drm/i915/dp: Helper for checking DDI_BUF_CTL Idle status
 2020-06-23 20:50 UTC  (6+ messages)

[PATCH 0/2] X32 syscall cleanups
 2020-06-23 20:49 UTC  (5+ messages)
` [PATCH 1/2] x86/x32: Use __x64 prefix for X32 compat syscalls

[PATCH RESEND] net/cisco: Fix a sleep-in-atomic-context bug in enic_init_affinity_hint()
 2020-06-23 20:50 UTC  (2+ messages)

[PATCH] coresight: etmv4: Fix CPU power management setup in probe() function
 2020-06-23 20:46 UTC 

[PATCH 0/9] x86/entry fixes
 2020-06-23 20:46 UTC  (8+ messages)
` [PATCH 2/9] rcu: Fixup noinstr warnings


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.