All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-11 18:44:48 to 2018-04-11 18:57:52 UTC [more...]

[PATCH 4.9 000/310] 4.9.94-stable review
 2018-04-11 18:34 UTC  (51+ messages)
` [PATCH 4.9 001/310] qed: Fix overriding of supported autoneg value
` [PATCH 4.9 002/310] cfg80211: make RATE_INFO_BW_20 the default
` [PATCH 4.9 004/310] rtc: snvs: fix an incorrect check of return value
` [PATCH 4.9 005/310] x86/asm: Dont use RBP as a temporary register in csum_partial_copy_generic()
` [PATCH 4.9 006/310] x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang incompatibility
` [PATCH 4.9 007/310] ovl: persistent inode numbers for upper hardlinks
` [PATCH 4.9 011/310] IB/srpt: Avoid that aborting a command triggers a kernel warning
` [PATCH 4.9 013/310] mac80211: bail out from prep_connection() if a reconfig is ongoing
` [PATCH 4.9 014/310] bna: Avoid reading past end of buffer
` [PATCH 4.9 015/310] qlge: "
` [PATCH 4.9 017/310] ipmi_ssif: unlock on allocation failure
` [PATCH 4.9 019/310] net: ethernet: ti: cpsw: adjust cpsw fifos depth for fullduplex flow control
` [PATCH 4.9 020/310] lockd: fix lockd shutdown race
` [PATCH 4.9 021/310] drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow tests
` [PATCH 4.9 023/310] s390: move _text symbol to address higher than zero
` [PATCH 4.9 025/310] qed: Correct doorbell configuration for !4Kb pages
` [PATCH 4.9 026/310] NFSv4.1: Work around a Linux server bug
` [PATCH 4.9 027/310] CIFS: silence lockdep splat in cifs_relock_file()
` [PATCH 4.9 028/310] perf/callchain: Force USER_DS when invoking perf_callchain_user()
` [PATCH 4.9 030/310] net: qca_spi: Fix alignment issues in rx path
` [PATCH 4.9 031/310] netxen_nic: set rcode to the return status from the call to netxen_issue_cmd
` [PATCH 4.9 032/310] mdio: mux: Correct mdio_mux_init error path issues
` [PATCH 4.9 033/310] Input: elan_i2c - check if device is there before really probing
` [PATCH 4.9 034/310] Input: elantech - force relative mode on a certain module
` [PATCH 4.9 036/310] irqchip/mbigen: Fix the clear register offset calculation
` [PATCH 4.9 038/310] mm, vmstat: Remove spurious WARN() during zoneinfo print
` [PATCH 4.9 040/310] bus: brcmstb_gisb: Use register offsets with writes too
` [PATCH 4.9 041/310] bus: brcmstb_gisb: correct support for 64-bit address output
` [PATCH 4.9 042/310] PowerCap: Fix an error code in powercap_register_zone()
` [PATCH 4.9 043/310] iio: pressure: zpa2326: report interrupted case as failure
` [PATCH 4.9 046/310] clk: renesas: rcar-gen2: Fix PLL0 on R-Car V2H and E2
` [PATCH 4.9 047/310] x86/tsc: Provide tsc=unstable boot parameter
` [PATCH 4.9 048/310] powerpc/modules: If mprofile-kernel is enabled add it to vermagic
` [PATCH 4.9 050/310] i2c: mux: reg: put away the parent i2c adapter on probe failure
` [PATCH 4.9 051/310] arm64: perf: Ignore exclude_hv when kernel is running in HYP
` [PATCH 4.9 053/310] ipv6: avoid dad-failures for addresses with NODAD
` [PATCH 4.9 055/310] KVM: arm: Restore banked registers and physical timer access on hyp_panic()
` [PATCH 4.9 056/310] KVM: arm64: Restore host "
` [PATCH 4.9 057/310] usb: dwc3: keystone: check return value
` [PATCH 4.9 060/310] ipmr: vrf: Find VIFs using the actual device
` [PATCH 4.9 061/310] uio: fix incorrect memory leak cleanup
` [PATCH 4.9 063/310] arp: honour gratuitous ARP _replies_
` [PATCH 4.9 076/310] mlxsw: spectrum: Avoid possible NULL pointer dereference
` [PATCH 4.9 087/310] md-cluster: fix potential lock issue in add_new_disk
` [PATCH 4.9 112/310] bonding: Dont update slave->link until ready to commit
` [PATCH 4.9 113/310] cpuhotplug: Link lock stacks for hotplug callbacks
` [PATCH 4.9 114/310] PCI/msi: fix the pci_alloc_irq_vectors_affinity stub
` [PATCH 4.9 117/310] net: llc: add lock_sock in llc_ui_bind to avoid a race condition
` [PATCH 4.9 118/310] drm/msm: Take the mutex before calling msm_gem_new_impl
` [PATCH 4.9 119/310] i40iw: Fix sequence number for the first partial FPDU

[Qemu-devel] [PATCH for 2.13 v2 00/19] linux-user: move arch specific parts from main.c to arch directories
 2018-04-11 18:56 UTC  (16+ messages)
` [Qemu-devel] [PATCH for 2.13 v2 01/19] linux-user: create a dummy per arch cpu_loop.c
` [Qemu-devel] [PATCH for 2.13 v2 02/19] linux-user: move i386/x86_64 cpu loop to i386 directory
` [Qemu-devel] [PATCH for 2.13 v2 03/19] linux-user: move aarch64 cpu loop to aarch64 directory
` [Qemu-devel] [PATCH for 2.13 v2 06/19] linux-user: move ppc/ppc64 cpu loop to ppc directory
` [Qemu-devel] [PATCH for 2.13 v2 08/19] linux-user: move nios2 cpu loop to nios2 directory
` [Qemu-devel] [PATCH for 2.13 v2 09/19] linux-user: move openrisc cpu loop to openrisc directory
` [Qemu-devel] [PATCH for 2.13 v2 10/19] linux-user: move sh4 cpu loop to sh4 directory
` [Qemu-devel] [PATCH for 2.13 v2 11/19] linux-user: move cris cpu loop to cris directory
` [Qemu-devel] [PATCH for 2.13 v2 12/19] linux-user: move microblaze cpu loop to microblaze directory
` [Qemu-devel] [PATCH for 2.13 v2 13/19] linux-user: move m68k cpu loop to m68k directory
` [Qemu-devel] [PATCH for 2.13 v2 15/19] linux-user: move s390x cpu loop to s390x directory
` [Qemu-devel] [PATCH for 2.13 v2 16/19] linux-user: move tilegx cpu loop to tilegx directory
` [Qemu-devel] [PATCH for 2.13 v2 17/19] linux-user: move riscv cpu loop to riscv directory
` [Qemu-devel] [PATCH for 2.13 v2 18/19] linux-user: move hppa cpu loop to hppa directory
` [Qemu-devel] [PATCH for 2.13 v2 19/19] linux-user: move xtensa cpu loop to xtensa directory

[refpolicy] [PATCH 13/13] Removed call to deprecated interface xserver_manage_xdm_spool_files()
 2018-04-11 18:57 UTC 

[PATCH net-next] netns: filter uevents correctly
 2018-04-11 18:57 UTC  (11+ messages)

[refpolicy] [PATCH 12/13] Fix interfaces that use an undeclared identifier
 2018-04-11 18:57 UTC 

[refpolicy] [PATCH 10/13] Fix typos in identifier names
 2018-04-11 18:57 UTC 

[refpolicy] [PATCH 11/13] Remove undeclared identifiers from interfaces
 2018-04-11 18:56 UTC 

[RFC][PATCH 1/5] openssl: rename openssl 1.0.x to openssl10 and make openssl 1.1.x the default version
 2018-04-11 18:56 UTC  (5+ messages)
` [RFC][PATCH 3/5] openssl: update to 1.1.1

[refpolicy] [PATCH 00/13] Fix issues identified by spt_lint.lua to contrib
 2018-04-11 18:56 UTC  (10+ messages)
` [refpolicy] [PATCH 01/13] Remove unnecessary semicolons
` [refpolicy] [PATCH 02/13] Mark unused parameter as unused
` [refpolicy] [PATCH 03/13] Add unused parameter and mark "
` [refpolicy] [PATCH 04/13] Remove use of undeclared attribute from portage.te
` [refpolicy] [PATCH 05/13] Move use of httpd_t from mojomojo.te to apache.te
` [refpolicy] [PATCH 06/13] Move use of sendmail_exec_t from sendmail.te to mta.te
` [refpolicy] [PATCH 07/13] Fix typos in identifier names
` [refpolicy] [PATCH 08/13] Remove undeclared identifiers from shorewall interfaces
` [refpolicy] [PATCH 09/13] Fix interfaces that use an undeclared identifier

[refpolicy] [PATCH 0/8] Fixes issues identified by spt_lint.lua to non-contrib
 2018-04-11 18:55 UTC  (9+ messages)
` [refpolicy] [PATCH 1/8] Removed unnecessary semicolons
` [refpolicy] [PATCH 2/8] Mark unused parameters as unused
` [refpolicy] [PATCH 3/8] Move the use of var_log_t from authlogin.fc to logging.fc
` [refpolicy] [PATCH 4/8] Move the use of initrc_var_run_t from files.fc to init.fc
` [refpolicy] [PATCH 5/8] Move use of systemd_unit_t from systemd.fc "
` [refpolicy] [PATCH 6/8] Move use of user_devpts_t from terminal.fc to userdomain.fc
` [refpolicy] [PATCH 7/8] Remove undeclared identifiers from interfaces
` [refpolicy] [PATCH 8/8] Remove undeclared identifiers from xserver interface

[Qemu-devel] [PATCH v4 for-2.13 00/13] block/mirror: Add active-sync mirroring
 2018-04-11 18:54 UTC  (14+ messages)
` [Qemu-devel] [PATCH v4 01/13] block/mirror: Pull out mirror_perform()
` [Qemu-devel] [PATCH v4 02/13] block/mirror: Convert to coroutines
` [Qemu-devel] [PATCH v4 03/13] block/mirror: Use CoQueue to wait on in-flight ops
` [Qemu-devel] [PATCH v4 04/13] block/mirror: Wait for in-flight op conflicts
` [Qemu-devel] [PATCH v4 05/13] block/mirror: Use source as a BdrvChild
` [Qemu-devel] [PATCH v4 06/13] block: Generalize should_update_child() rule
` [Qemu-devel] [PATCH v4 07/13] hbitmap: Add @advance param to hbitmap_iter_next()
` [Qemu-devel] [PATCH v4 08/13] test-hbitmap: Add non-advancing iter_next tests
` [Qemu-devel] [PATCH v4 09/13] block/dirty-bitmap: Add bdrv_dirty_iter_next_area
` [Qemu-devel] [PATCH v4 10/13] block/mirror: Add MirrorBDSOpaque
` [Qemu-devel] [PATCH v4 11/13] block/mirror: Add active mirroring
` [Qemu-devel] [PATCH v4 12/13] block/mirror: Add copy mode QAPI interface
` [Qemu-devel] [PATCH v4 13/13] iotests: Add test for active mirroring

[VERY RFC 0/2] iommu: optionally skip attaching to a DMA domain
 2018-04-11 18:55 UTC  (6+ messages)
` [PATCH 1/2] iommu: Gracefully allow drivers to not attach to a default domain
` [PATCH 2/2] iommu/arm-smmu: Add list of devices to opt out of DMA domains

[PATCH v1 net 2/3] lan78xx: Add support to dump lan78xx registers
 2018-04-11 18:51 UTC  (3+ messages)
` [RFC PATCH] lan78xx: lan78xx_regs[] can be static

[PATCH 4.4 000/190] 4.4.128-stable review
 2018-04-11 18:37 UTC  (58+ messages)
` [PATCH 4.4 022/190] net: qca_spi: Fix alignment issues in rx path
` [PATCH 4.4 027/190] vmxnet3: ensure that adapter is in proper state during force_close
` [PATCH 4.4 029/190] bus: brcmstb_gisb: Use register offsets with writes too
` [PATCH 4.4 031/190] PowerCap: Fix an error code in powercap_register_zone()
` [PATCH 4.4 033/190] staging: wlan-ng: prism2mgmt.c: fixed a double endian conversion before calling hfa384x_drvr_setconfig16, also fixes relative sparse warning
` [PATCH 4.4 034/190] x86/tsc: Provide tsc=unstable boot parameter
` [PATCH 4.4 036/190] ipv6: avoid dad-failures for addresses with NODAD
` [PATCH 4.4 037/190] async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()
` [PATCH 4.4 038/190] usb: dwc3: keystone: check return value
` [PATCH 4.4 040/190] ata: libahci: properly propagate return value of platform_get_irq()
` [PATCH 4.4 042/190] arp: honour gratuitous ARP _replies_
` [PATCH 4.4 043/190] usb: chipidea: properly handle host or gadget initialization failure
` [PATCH 4.4 044/190] USB: ene_usb6250: fix first command execution
` [PATCH 4.4 046/190] USB: ene_usb6250: fix SCSI residue overwriting
` [PATCH 4.4 048/190] serial: sh-sci: Fix race condition causing garbage during shutdown
` [PATCH 4.4 049/190] sh_eth: Use platform device for printing before register_netdev()
` [PATCH 4.4 050/190] scsi: csiostor: fix use after free in csio_hw_use_fwconfig()
` [PATCH 4.4 051/190] powerpc/mm: Fix virt_addr_valid() etc. on 64-bit hash
` [PATCH 4.4 052/190] ath5k: fix memory leak on buf on failed eeprom read
` [PATCH 4.4 055/190] iio: hi8435: avoid garbage event at first enable
` [PATCH 4.4 056/190] iio: hi8435: cleanup reset gpio
` [PATCH 4.4 058/190] md-cluster: fix potential lock issue in add_new_disk
` [PATCH 4.4 059/190] ARM: davinci: da8xx: Create DSP device only when assigned memory
` [PATCH 4.4 060/190] ray_cs: Avoid reading past end of buffer
` [PATCH 4.4 061/190] leds: pca955x: Correct I2C Functionality
` [PATCH 4.4 063/190] net/mlx5: Tolerate irq_set_affinity_hint() failures
` [PATCH 4.4 065/190] block: fix an error code in add_partition()
` [PATCH 4.4 066/190] mlx5: fix bug reading rss_hash_type from CQE
` [PATCH 4.4 067/190] net: ieee802154: fix net_device reference release too early
` [PATCH 4.4 071/190] ASoC: rsnd: SSI PIO adjust to 24bit mode
` [PATCH 4.4 073/190] fix race in drivers/char/random.c:get_reg()
` [PATCH 4.4 075/190] tcp: better validation of received ack sequences
` [PATCH 4.4 077/190] Input: elan_i2c - clear INT before resetting controller
` [PATCH 4.4 080/190] net: llc: add lock_sock in llc_ui_bind to avoid a race condition
` [PATCH 4.4 082/190] thermal: power_allocator: fix one race condition issue for thermal_instances list
` [PATCH 4.4 084/190] l2tp: fix missing print session offset info
` [PATCH 4.4 085/190] rds; Reset rs->rs_bound_addr in rds_add_bound() failure path
` [PATCH 4.4 086/190] hwmon: (ina2xx) Make calibration register value fixed
` [PATCH 4.4 088/190] ASoC: Intel: cht_bsw_rt5645: Analog Mic support
` [PATCH 4.4 089/190] scsi: libiscsi: Allow sd_shutdown on bad transport
` [PATCH 4.4 090/190] scsi: mpt3sas: Proper handling of set/clear of "ATA command pending" flag
` [PATCH 4.4 092/190] gpio: label descriptors using the device name
` [PATCH 4.4 094/190] wl1251: check return from call to wl1251_acx_arp_ip_filter
` [PATCH 4.4 095/190] hdlcdrv: Fix divide by zero in hdlcdrv_ioctl
` [PATCH 4.4 099/190] arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usage
` [PATCH 4.4 107/190] clk: scpi: fix return type of __scpi_dvfs_round_rate
` [PATCH 4.4 109/190] powerpc/spufs: Fix coredump of SPU contexts
` [PATCH 4.4 111/190] qlcnic: Fix a sleep-in-atomic bug in qlcnic_82xx_hw_write_wx_2M and qlcnic_82xx_hw_read_wx_2M
` [PATCH 4.4 112/190] mISDN: Fix a sleep-in-atomic bug
` [PATCH 4.4 114/190] cxgb4: fix incorrect cim_la output for T6
` [PATCH 4.4 115/190] Fix serial console on SNI RM400 machines
` [PATCH 4.4 117/190] skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow
` [PATCH 4.4 118/190] sit: reload iphdr in ipip6_rcv
` [PATCH 4.4 120/190] net/mlx4: Check if Granular QoS per VF has been enabled before updating QP qos_vport
` [PATCH 4.4 149/190] bcache: stop writeback thread after detaching
` [PATCH 4.4 165/190] Kbuild: provide a __UNIQUE_ID for clang
` [PATCH 4.4 186/190] r8169: fix setting driver_data after register_netdev

[PATCH 00/24] security: Add kernel lockdown
 2018-04-11 18:50 UTC  (8+ messages)
` [PATCH 01/24] Add the ability to lock down access to the running kernel image
` [PATCH 24/24] debugfs: Restrict debugfs when the kernel is locked down

[Qemu-devel] [PATCH for 2.13 v3 00/20] move arch specific parts to arch directories
 2018-04-11 18:45 UTC  (21+ messages)
` [Qemu-devel] [PATCH for 2.13 v3 01/20] linux-user: create a dummy per arch signal.c
` [Qemu-devel] [PATCH for 2.13 v3 02/20] linux-user: move aarch64 signal.c parts to aarch64 directory
` [Qemu-devel] [PATCH for 2.13 v3 03/20] linux-user: move arm signal.c parts to arm directory
` [Qemu-devel] [PATCH for 2.13 v3 04/20] linux-user: move sh4 signal.c parts to sh4 directory
` [Qemu-devel] [PATCH for 2.13 v3 05/20] linux-user: move microblaze signal.c parts to microblaze directory
` [Qemu-devel] [PATCH for 2.13 v3 06/20] linux-user: move cris signal.c parts to cris directory
` [Qemu-devel] [PATCH for 2.13 v3 07/20] linux-user: move nios2 signal.c parts to nios2 directory
` [Qemu-devel] [PATCH for 2.13 v3 08/20] linux-user: move openrisc signal.c parts to openrisc directory
` [Qemu-devel] [PATCH for 2.13 v3 09/20] linux-user: move s390x signal.c parts to s390x directory
` [Qemu-devel] [PATCH for 2.13 v3 10/20] linux-user: move m68k signal.c parts to m68k directory
` [Qemu-devel] [PATCH for 2.13 v3 11/20] linux-user: move alpha signal.c parts to alpha directory
` [Qemu-devel] [PATCH for 2.13 v3 12/20] linux-user: move tilegx signal.c parts to tilegx directory
` [Qemu-devel] [PATCH for 2.13 v3 13/20] linux-user: move riscv signal.c parts to riscv directory
` [Qemu-devel] [PATCH for 2.13 v3 14/20] linux-user: move hppa signal.c parts to hppa directory
` [Qemu-devel] [PATCH for 2.13 v3 15/20] linux-user: move xtensa signal.c parts to xtensa directory
` [Qemu-devel] [PATCH for 2.13 v3 16/20] linux-user: move i386/x86_64 signal.c parts to i386 directory
` [Qemu-devel] [PATCH for 2.13 v3 17/20] linux-user: move sparc/sparc64 signal.c parts to sparc directory
` [Qemu-devel] [PATCH for 2.13 v3 18/20] linux-user: move mips/mips64 signal.c parts to mips directory
` [Qemu-devel] [PATCH for 2.13 v3 19/20] linux-user: move ppc/ppc64 signal.c parts to ppc directory
` [Qemu-devel] [PATCH for 2.13 v3 20/20] linux-user: define TARGET_ARCH_HAS_SETUP_FRAME

[PATCH net 1/2] tun: set the flags before registering the netdevice
 2018-04-11 18:48 UTC  (4+ messages)
` [PATCH net 2/2] tun: send netlink notification when the device is modified

[PATCH] selftests/i915_gem_gtt: Create igt_ggtt_scratch subtest
 2018-04-11 18:47 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for selftests/i915_gem_gtt: Create igt_ggtt_scratch subtest (rev2)

[PATCH] lan78xx: Don't reset the interface on open
 2018-04-11 18:45 UTC  (3+ messages)
  `  "


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.